#Packager: Frédéric Galusik pkgname=django pkgver=1.4.2 pkgrel=1fg #arch=noarch source=(https://www.djangoproject.com/m/releases/1.4/Django-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("readme" "license" "authors" "install") url=https://www.djangoproject.com/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "django (A high-level Python Web framework)" "Django is a high-level Python Web framework that encourages rapid " "development and clean, pragmatic design. Developed by a fast-moving " "online-news operation, Django was designed to handle two challenges: " "the intensive deadlines of a newsroom and the stringent requirements " "of the experienced Web developers who wrote it. It lets you build " "high-performing, elegant Web applications quickly." ) build() { cd $SRC/Django-$pkgver python setup.py install --prefix=/usr --root=$PKG }