#Packager: Frédéric Galusik pkgname=moinmoin pkgver=1.9.6 pkgrel=1fg #arch=noarch source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("readme") url=http://moinmo.in/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "moinmoin (A python wiki engine)" "MoinMoin is an advanced, easy to use and extensible WikiEngine with a " "large community of users. Said in a few words, it is about " "collaboration on easily editable web pages." ) build() { cd $SRC/moin-$pkgver python setup.py build python setup.py install --prefix=/usr --root=$PKG --record=INSTALLED_FILES }