diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:14:20 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:14:20 +0100 |
commit | 2ae465aec135bcc0bfd12c127648ca0555d52d73 (patch) | |
tree | a7f4f4b4a9d27a821a54e8af35b53343698e718b /base/libggz/Pkgfile | |
parent | 9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec (diff) | |
download | nutyx-extra-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.gz nutyx-extra-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.bz2 nutyx-extra-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.xz nutyx-extra-2ae465aec135bcc0bfd12c127648ca0555d52d73.zip |
libf, déplacé dans base
Diffstat (limited to 'base/libggz/Pkgfile')
-rwxr-xr-x | base/libggz/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/base/libggz/Pkgfile b/base/libggz/Pkgfile new file mode 100755 index 000000000..0b3ebf29e --- /dev/null +++ b/base/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 +} + |