contrib/django-tagging/Pkgfile

19 lines
481 B
Plaintext
Raw Normal View History

2009-02-13 03:17:54 +01:00
# Description: Tagging framework for django
# URL: http://code.google.com/p/django-tagging/
2009-09-21 16:22:03 +02:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
2009-02-13 03:17:54 +01:00
# Depends on: django
name=django-tagging
version=0.3-pre-r154
release=1
source=(http://crux64.die.net.au/files/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install \
--root=$PKG \
--install-purelib=/usr/share/django/apps \
--install-scripts=/usr/bin
find $PKG -name '*egg-info' | xargs rm -rf
}