diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 16:39:36 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 16:39:36 +0200 |
commit | a2e4a7666c7ff092cf44b16dff8dce070216201c (patch) | |
tree | b2d41af270d0cde76ac1f7daaa1180c67cd7a2c1 /extra/libggz/Pkgfile | |
parent | 64f8c0c21008bd3c0b89efd9525a5fc6115ca030 (diff) | |
download | nutyx-pakxe-a2e4a7666c7ff092cf44b16dff8dce070216201c.tar.gz nutyx-pakxe-a2e4a7666c7ff092cf44b16dff8dce070216201c.tar.bz2 nutyx-pakxe-a2e4a7666c7ff092cf44b16dff8dce070216201c.tar.xz nutyx-pakxe-a2e4a7666c7ff092cf44b16dff8dce070216201c.zip |
Ajout de libggz#0.0.14.1-2
Diffstat (limited to 'extra/libggz/Pkgfile')
-rwxr-xr-x | extra/libggz/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/libggz/Pkgfile b/extra/libggz/Pkgfile new file mode 100755 index 000000000..0b3ebf29e --- /dev/null +++ b/extra/libggz/Pkgfile @@ -0,0 +1,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.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 +} + |