summaryrefslogtreecommitdiff
path: root/pcr/django-tagging/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-02 15:51:55 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-02 15:51:55 +0100
commit3b61ebb77ffe4e2ec8ea355106dc08bc82f45333 (patch)
tree89f719090af4f0cbabf4c6f8dadabe32441d5228 /pcr/django-tagging/PKGBUILD
parentbeec7acf14009b85ee4753c42cf0dd6388cf9893 (diff)
downloadabslibre-3b61ebb77ffe4e2ec8ea355106dc08bc82f45333.tar.gz
abslibre-3b61ebb77ffe4e2ec8ea355106dc08bc82f45333.tar.bz2
abslibre-3b61ebb77ffe4e2ec8ea355106dc08bc82f45333.zip
pcr/python2-django-tagging: renamed from django-tagging
Diffstat (limited to 'pcr/django-tagging/PKGBUILD')
-rw-r--r--pcr/django-tagging/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/pcr/django-tagging/PKGBUILD b/pcr/django-tagging/PKGBUILD
deleted file mode 100644
index 915c8f6b1..000000000
--- a/pcr/django-tagging/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer : Aurélien Desbrières <aurelien@hackers.camp>
-# Contributor: Andrey Mivrenik <gim at fastmail dot fm>
-# Contributor: Ryan Coyner <rcoyner@gmail.com>
-# Contributor: James Pearson <james.m.pearson+arch@gmail.com>
-
-pkgname=django-tagging
-pkgver=0.3.1
-pkgrel=4
-pkgdesc="A generic tagging application for Django projects"
-arch=('any')
-url='http://code.google.com/p/django-tagging/'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-changelog='CHANGELOG.txt'
-source=("https://django-tagging.googlecode.com/files/django-tagging-${pkgver}.tar.gz")
-
-build() {
- cd "$srcdir/django-tagging-$pkgver"
- python2 setup.py build
-}
-
-package() {
- cd "$srcdir/django-tagging-$pkgver"
- python2 setup.py install --root=$pkgdir --optimize=1
- install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}