From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- django-registration/PKGBUILD | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 django-registration/PKGBUILD (limited to 'django-registration') diff --git a/django-registration/PKGBUILD b/django-registration/PKGBUILD deleted file mode 100644 index f8caa8c..0000000 --- a/django-registration/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# Contributor: Chaiwat Suttipongsakul -# Maintainer: Laszlo Papp - -pkgname=django-registration -pkgver=0.8 -pkgrel=1 -pkgdesc="A simple, generic user-registration application for Django" -arch=(any) -url="http://bitbucket.org/ubernostrum/django-registration/wiki/Home" -license=('GPL') -depends=('python' 'django') -source=("http://bitbucket.org/ubernostrum/django-registration/downloads/$pkgname-$pkgver-alpha-1.tar.gz") -md5sums=('e2a31be19ebeda41d235a4c52b7bffe7') - -build() { - cd "$srcdir/$pkgname-$pkgver-alpha-1" - python setup.py build || return 1 - python setup.py install --root=$pkgdir --optimize=1 || return 1 -} -- cgit v1.2.3-24-g4f1b