#Packager: Frédéric Galusik pkgname=pelican pkgver=3.1 pkgrel=1fg #arch=noarch source=(http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("license" "readme.rst" "thanks") url=http://pelican.notmyidea.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pelican (static site generator)" "Pelican is a static site generator, written in Python." "Write your weblog entries directly with your editor of choice (vim!) " "in reStructuredText. Includes a simple CLI tool to (re)generate the " "weblog. Easy to interface with DVCSes and web hooks. Completely " "static output is easy to host anywhere" ) build() { cd $SRC/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$PKG }