#Packager: Frédéric Galusik pkgname=pkgtxt2db pkgver=0.2.2 pkgrel=1rl arch=noarch source=(http://people.salixos.org/fredg/packages/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("readme" "copying" "authors" "ChangeLog") url=http://www.salixos.org/wiki/index.php/Pkgtxt2db slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pkgtxt2db (tool to convert PACKAGES.TXT Slackware file to DB)" "Pkgtxt2db is a utility for Slackware and Slackware based operating" "system." "It is used to fetch and convert the PACKAGES.TXT file to some various " "databases formats: CSV, JSON, SQLite, XML, ..." ) build() { cd $startdir/src/$pkgname-$pkgver DESTDIR=$startdir/pkg sh install.sh }