summaryrefslogtreecommitdiffstats
path: root/extra/libggz/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 23:14:20 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 23:14:20 +0100
commit2ae465aec135bcc0bfd12c127648ca0555d52d73 (patch)
treea7f4f4b4a9d27a821a54e8af35b53343698e718b /extra/libggz/Pkgfile
parent9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec (diff)
downloadnutyx-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 'extra/libggz/Pkgfile')
-rwxr-xr-xextra/libggz/Pkgfile18
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
-}
-