summaryrefslogtreecommitdiffstats
path: root/kde/kolourpaint/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kolourpaint/Pkgfile')
-rwxr-xr-xkde/kolourpaint/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde/kolourpaint/Pkgfile b/kde/kolourpaint/Pkgfile
deleted file mode 100755
index 0f2dbd095..000000000
--- a/kde/kolourpaint/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-}
-