summaryrefslogtreecommitdiffstats
path: root/libggz/Pkgfile
blob: d33c12ae3b28e38f5006f63246b87f6e9ea1c586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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=(http://mirrors.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
}