#Maintainer: Dimitris Tzemos # pkgname=lbreakouthd pkgver=1.0.7 pkgrel=1dj source=("https://downloads.sourceforge.net/project/lgames/lbreakouthd/$pkgname-$pkgver.tar.gz") docs=("README" "TODO" "COPYING" "Changelog" "ABOUT-NLS") url=http://lgames.sourceforge.net/LBreakoutHD/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "lbreakouthd (an open-source Breakout clone)" "LBreakouthd is a sequel to LBreakout, featuring new levels, power-ups" "and bonuses. Control your pad and deflect the ball to hit and destroy." "all the bricks on the screen. Some of those bricks will release" "power-ups and bonus items when hit." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --sysconfdir=/etc --enable-sdl-net --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }