summaryrefslogtreecommitdiff
path: root/pcr/django-tagging/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/django-tagging/PKGBUILD
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/django-tagging/PKGBUILD')
-rw-r--r--pcr/django-tagging/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/django-tagging/PKGBUILD b/pcr/django-tagging/PKGBUILD
deleted file mode 100644
index 83f808280..000000000
--- a/pcr/django-tagging/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Contributor: Ryan Coyner <rcoyner@gmail.com>
-# Contributor: James Pearson <james.m.pearson+arch@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières <aurelien@cwb.io>
-
-pkgname=django-tagging
-pkgver=0.3.1
-pkgrel=2
-pkgdesc="A generic tagging application for Django projects"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/django-tagging/"
-license=('MIT')
-depends=('python2')
-source=(http://django-tagging.googlecode.com/files/django-tagging-$pkgver.tar.gz)
-
-build() {
- cd $srcdir/django-tagging-$pkgver
- python2 setup.py build || return 1
- python2 setup.py install --root=$pkgdir || return 1
- install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}