summaryrefslogtreecommitdiffstats
path: root/base/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 /base/libggz/Pkgfile
parent9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec (diff)
downloadnutyx-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 'base/libggz/Pkgfile')
-rwxr-xr-xbase/libggz/Pkgfile18
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
+}
+