opt/ltris/Pkgfile

21 lines
554 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: a very polished Tetris clone which is highly configurable
# URL: http://lgames.sourceforge.net
# Packager:
# Maintainer: sten, nick dot steeves at shaw dot ca
# Depends on: libpng, libsdl, sdl_mixer
name=ltris
version=1.0.11
release=1
source=(http://dl.sourceforge.net/sourceforge/lgames/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--localstatedir=/var/lib/games
2006-02-23 16:26:10 +01:00
make
make prefix=$PKG/usr install
mkdir -p $PKG/usr/share/pixmaps
cp icons/*.xpm $PKG/usr/share/pixmaps
}