summaryrefslogtreecommitdiffstats
path: root/extra/kolourpaint/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
commit95d4819fbf8800c6f6c2a987a68f19b72f7cde80 (patch)
treec0cdebbd1d89090435c98fdbaa078715fc41ab04 /extra/kolourpaint/Pkgfile
parent08196c26079b687dd8ca5c2a81850329aa30f7a5 (diff)
downloadnutyx-pakxe-95d4819fbf8800c6f6c2a987a68f19b72f7cde80.tar.gz
nutyx-pakxe-95d4819fbf8800c6f6c2a987a68f19b72f7cde80.tar.bz2
nutyx-pakxe-95d4819fbf8800c6f6c2a987a68f19b72f7cde80.tar.xz
nutyx-pakxe-95d4819fbf8800c6f6c2a987a68f19b72f7cde80.zip
kolourpaint dans extra
Diffstat (limited to 'extra/kolourpaint/Pkgfile')
-rwxr-xr-xextra/kolourpaint/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/kolourpaint/Pkgfile b/extra/kolourpaint/Pkgfile
new file mode 100755
index 000000000..0f2dbd095
--- /dev/null
+++ b/extra/kolourpaint/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,qimageblitz
+# Run on: kdelibs,qimageblitz
+
+name=kolourpaint
+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
+}
+