summaryrefslogtreecommitdiffstats
path: root/libggz/Pkgfile
blob: e2d248b12af818fa625a22c302eca0f262d79555 (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=(ftp://ftp.ggzgamingzone.org/pub/ggz/$version/$name-$version.tar.gz)

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