contrib/guichan/Pkgfile
2008-10-11 15:47:07 +02:00

17 lines
403 B
Plaintext

# Description: small, efficient C++ GUI library designed for games
# URL: http://guichan.sourceforge.net/
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: sdl_image
name=guichan
version=0.8.1
release=1
source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}