#Packager: Frédéric Galusik <fredg~at~salixos~dot~org>

pkgname=pkgtxt2db
pkgver=0.1.6
pkgrel=1fg
#arch=i486
source=(http://people.salixos.org/fredg/packages/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
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 convert the PACKAGES.TXT file to some various databases"
"formats: CSV, JSON, XML, ..."
)

build() {
    cd $startdir/src/$pkgname-$pkgver
    DESTDIR=$startdir/pkg sh install.sh
}