#Packager: George Vlahavas pkgname=pushover pkgver=0.0.3 pkgrel=1gv source=("http://downloads.sourceforge.net/project/pushover/Pushover/$pkgver/pushover-$pkgver.tar.gz" "pushover.png" "pushover.desktop") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo" "about-nls") url=http://pushover.sourceforge.net slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pushover (a fun puzzle game)" "Pushover is a fun puzzle game originally published by Ocean in 1992." "In this game you control an ant that can walk along platforms that are" "connected with ladders. On those platforms are dominos that need to" "fall according to some rules." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux --disable-static --docdir=/usr/doc/$pkgname-$pkgver make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/share/applications cp $startdir/src/pushover.desktop $startdir/pkg/usr/share/applications/ mkdir -p $startdir/pkg/usr/share/icons/hicolor/64x64/apps cp $startdir/src/pushover.png $startdir/pkg/usr/share/icons/hicolor/64x64/apps/ }