summaryrefslogtreecommitdiffstats
path: root/django-tagging/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-tagging/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'django-tagging/PKGBUILD')
-rw-r--r--django-tagging/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/django-tagging/PKGBUILD b/django-tagging/PKGBUILD
deleted file mode 100644
index 31785df..0000000
--- a/django-tagging/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Contributor: Ryan Coyner <rcoyner@gmail.com>
-# Maintainer: James Pearson <james.m.pearson+arch@gmail.com>
-pkgname=django-tagging
-pkgver=0.3
-pkgrel=1
-pkgdesc="A generic tagging application for Django projects"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/django-tagging/"
-license=('MIT')
-depends=('python')
-source=(http://django-tagging.googlecode.com/files/django-tagging-$pkgver.tar.gz)
-md5sums=('0f2c48868ac71d0ad7a16654167d50eb')
-
-build() {
- cd $srcdir/django-tagging-$pkgver
- python setup.py build || return 1
- python setup.py install --root=$pkgdir || return 1
- install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}