contrib/guichan/Pkgfile

17 lines
414 B
Plaintext
Raw Normal View History

2008-10-11 15:47:07 +02:00
# Description: small, efficient C++ GUI library designed for games
# URL: http://guichan.sourceforge.net/
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2008-10-11 15:47:07 +02:00
# Depends on: sdl_image
name=guichan
2010-06-21 10:04:48 +02:00
version=0.8.2
2008-10-11 15:47:07 +02:00
release=1
source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}