contrib/sopwith/Pkgfile

22 lines
566 B
Plaintext
Raw Normal View History

2006-11-14 00:01:22 +01:00
# Description: Port of the classic computer game "Sopwith"
2006-11-19 22:26:53 +01:00
# URL: http://sdl-sopwith.sourceforge.net/
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: James Mills prologic at shortcircuit dot net dot au
#
# Depends on: libsdl
#
# Optional: gtk
2006-11-14 00:01:22 +01:00
name=sopwith
version=1.7.1
release=1
source=(http://dl.sourceforge.net/sourceforge/sdl-$name/sdl_$name-$version.tar.gz)
build() {
2006-11-19 22:26:53 +01:00
cd sdl_$name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/share
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}