cruxports/lbreakouthd/Pkgfile

18 lines
516 B
Plaintext
Raw Normal View History

2022-02-05 15:39:19 -05:00
# Description: game where you must aim a bouncing ball to clear a field of bricks
# URL: http://lgames.sourceforge.net/LBreakoutHD/
# Maintainer: John McQuah, jmcquah at disroot dot org
2022-04-26 07:51:12 -04:00
# Depends on: sdl2_image sdl2_mixer sdl2_ttf
2022-02-05 15:39:19 -05:00
name=lbreakouthd
version=1.0.7
release=1
source=(https://downloads.sourceforge.net/project/lgames/$name/$name-$version.tar.gz)
build() {
cd "$name-$version"
./configure --prefix=/usr --localstatedir=/var/tmp --disable-nls
make DESTDIR=$PKG install
rm -rf $PKG/var
}