summaryrefslogtreecommitdiffstats
path: root/libggz/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libggz/Pkgfile')
-rwxr-xr-xlibggz/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libggz/Pkgfile b/libggz/Pkgfile
new file mode 100755
index 000000000..e2d248b12
--- /dev/null
+++ b/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
+}
+