summaryrefslogtreecommitdiffstats
path: root/extra/ggz-client-libs/Pkgfile
blob: 6ed2abfa01263c96d83005a6ac086dc1d05dcb99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Client game zone
# URL: http://www.ggzgamingzone.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libggz, expat

name=ggz-client-libs
version=0.0.14.1
release=1
source=(ftp://ftp.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/$version/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc
	make
	make DESTDIR=$PKG install
}