#Packager: Frédéric Galusik pkgname=pkgtxt2db pkgver=0.2.2 pkgrel=1fg arch=noarch source=(https://github.com/fredg/pkgtxt2db/archive/$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("readme.rst" "copying" "authors" "ChangeLog") url=http://www.salixos.org/wiki/index.php/Pkgtxt2db slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pkgtxt2db (A 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." "Are currently supported: CSV, JSON, SQLite, XML." ) build() { cd $SRC/$pkgname-$pkgver DESTDIR=$PKG sh install.sh }