summaryrefslogtreecommitdiffstats
path: root/extra/libggz/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:31:04 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:31:04 +0200
commite804913052289e94a882e3771fc1a8f7bacd8494 (patch)
tree2a5143ef9a0704e836113a452305f22ecc9e61a6 /extra/libggz/Pkgfile
parent04f485afabd3406d0de667ba0a11c2a4ba4bb377 (diff)
downloadnutyx-pakxe-e804913052289e94a882e3771fc1a8f7bacd8494.tar.gz
nutyx-pakxe-e804913052289e94a882e3771fc1a8f7bacd8494.tar.bz2
nutyx-pakxe-e804913052289e94a882e3771fc1a8f7bacd8494.tar.xz
nutyx-pakxe-e804913052289e94a882e3771fc1a8f7bacd8494.zip
libggz dans extra
Diffstat (limited to 'extra/libggz/Pkgfile')
-rwxr-xr-xextra/libggz/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/libggz/Pkgfile b/extra/libggz/Pkgfile
new file mode 100755
index 000000000..e2d248b12
--- /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.ggzgamingzone.org/pub/ggz/$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+}
+