#Maintainer: Juhana 'rexroom' Uuttu #Former Maintainer(s): Johannes Marbach (hennes) pkgname=sqlalchemy pkgver=0.5.6 pkgrel=1 zenver=64 arch=i486 docs=("changes" "license" "readme*" "version") url=http://sqlalchemy.org/ source=("http://prdownloads.sourceforge.net/sqlalchemy/SQLAlchemy-$pkgver.tar.gz") sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ #options=('keepdepfile') slackdesc=\ ( #|-----mind-the-gap-----------------------------------------------------| "$pkgname - Python SQL toolkit and object relational mapper" "SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that" "gives application developers the full power and flexibility of SQL." "It provides a full suite of well known enterprise-level persistence" "patterns, designed for efficient and high-performing database access," "adapted into a simple and Pythonic domain language.Python SQL toolkit" "and Object Relational Mapper." ) build() { cd $startdir/src/SQLAlchemy-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg ### Post-build tweaking echo "*** NOW PACKAGING ***" }