summaryrefslogtreecommitdiffstats
path: root/extra/ktouch/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:48 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:48 +0200
commitf2e4153ebff3ffa214e2cf465f5f911b2bd284c0 (patch)
tree3797f1f7fe9f2b4fab3a092d03021981e8c3be55 /extra/ktouch/Pkgfile
parentac8e4b70e958950322407733a822f2722b6f0001 (diff)
downloadnutyx-pakxe-f2e4153ebff3ffa214e2cf465f5f911b2bd284c0.tar.gz
nutyx-pakxe-f2e4153ebff3ffa214e2cf465f5f911b2bd284c0.tar.bz2
nutyx-pakxe-f2e4153ebff3ffa214e2cf465f5f911b2bd284c0.tar.xz
nutyx-pakxe-f2e4153ebff3ffa214e2cf465f5f911b2bd284c0.zip
ktouch dans extra
Diffstat (limited to 'extra/ktouch/Pkgfile')
-rwxr-xr-xextra/ktouch/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/ktouch/Pkgfile b/extra/ktouch/Pkgfile
new file mode 100755
index 000000000..5e228e3f2
--- /dev/null
+++ b/extra/ktouch/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
+# Run on: kdelibs
+
+name=ktouch
+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
+}
+