# Description: Librairie pour GameZone
# URL: http://www.ggzgamingzone.org/clients/kde/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: 
name=libggz
version=0.0.14.1
release=2
source=(ftp://ftp.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/$version/$name-$version.tar.gz)

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