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 /extra/libggz/Pkgfile | |
parent | 9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec (diff) | |
download | nutyx-pakxe-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.gz nutyx-pakxe-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.bz2 nutyx-pakxe-2ae465aec135bcc0bfd12c127648ca0555d52d73.tar.xz nutyx-pakxe-2ae465aec135bcc0bfd12c127648ca0555d52d73.zip |
libf, déplacé dans base
Diffstat (limited to 'extra/libggz/Pkgfile')
-rwxr-xr-x | extra/libggz/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/libggz/Pkgfile b/extra/libggz/Pkgfile deleted file mode 100755 index 0b3ebf29e..000000000 --- a/extra/libggz/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} - |