summaryrefslogtreecommitdiffstats
path: root/extra/khangman/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:46 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:46 +0200
commit33d49de5563be011e86d2aafd7ce054b8636c277 (patch)
tree77d0fd6e41b0190b3d06b26860393198a44cbf59 /extra/khangman/Pkgfile
parentdce77eb940c479ef4c86c853a1cfe47cf3a4cffb (diff)
downloadnutyx-extra-33d49de5563be011e86d2aafd7ce054b8636c277.tar.gz
nutyx-extra-33d49de5563be011e86d2aafd7ce054b8636c277.tar.bz2
nutyx-extra-33d49de5563be011e86d2aafd7ce054b8636c277.tar.xz
nutyx-extra-33d49de5563be011e86d2aafd7ce054b8636c277.zip
khangman dans extra
Diffstat (limited to 'extra/khangman/Pkgfile')
-rwxr-xr-xextra/khangman/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/khangman/Pkgfile b/extra/khangman/Pkgfile
new file mode 100755
index 000000000..c5c38d0fd
--- /dev/null
+++ b/extra/khangman/Pkgfile
@@ -0,0 +1,25 @@
+# Description:
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs,libkdeedu
+# Run on: kdelibs,libkdeedu
+
+name=khangman
+version=4.7.2
+release=1
+source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)
+
+build() {
+ cd $name-*
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_DEFAULT_HOME=.kde \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DCMAKE_SKIP_RPATH=ON
+ make
+ make DESTDIR=$PKG install
+}
+