summaryrefslogtreecommitdiffstats
path: root/extra/kturtle/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
commitee9b597a86f16f97a211713ffcb95c2bf543ab51 (patch)
treec41e97064053c78706da1c665ed46c93fc9cb00f /extra/kturtle/Pkgfile
parentf2e4153ebff3ffa214e2cf465f5f911b2bd284c0 (diff)
downloadnutyx-extra-ee9b597a86f16f97a211713ffcb95c2bf543ab51.tar.gz
nutyx-extra-ee9b597a86f16f97a211713ffcb95c2bf543ab51.tar.bz2
nutyx-extra-ee9b597a86f16f97a211713ffcb95c2bf543ab51.tar.xz
nutyx-extra-ee9b597a86f16f97a211713ffcb95c2bf543ab51.zip
kturtle dans extra
Diffstat (limited to 'extra/kturtle/Pkgfile')
-rwxr-xr-xextra/kturtle/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/kturtle/Pkgfile b/extra/kturtle/Pkgfile
new file mode 100755
index 000000000..b891a6351
--- /dev/null
+++ b/extra/kturtle/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=kturtle
+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
+}
+