summaryrefslogtreecommitdiffstats
path: root/django-registration/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /django-registration/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'django-registration/PKGBUILD')
-rw-r--r--django-registration/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
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 <cwt at bashell dot com>
-# Maintainer: Laszlo Papp <djszapi at archlinux us>
-
-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
-}