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

pkgname=twapake
pkgver=0.5
pkgrel=1fg
#arch=x86_64
source=(http://people.salixos.org/fredg/packages/twapake/$pkgver/twapake-$pkgver.tar.xz)
sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/
docs=("readme" "copying" "todo" "authors" "ChangeLog")
url=http://www.salixos.org/wiki/index.php/Twapake


slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"twapake (tool to manage last installed packages)"
"Twapake is a system administration utility for Slackware and Slackware"
"based operating systems only, making easier the management of last"
"installed packages and making easier seeing the installation date of a"
"package."
)

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