summaryrefslogtreecommitdiffstats
path: root/kde/qimageblitz/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:51 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:51 +0200
commit037de5f35e63b6c48f4a8f84758c195babbdb069 (patch)
tree1511ee7395794ba0c52e9eaeb86a1f46850d676d /kde/qimageblitz/Pkgfile
parentc750bbd57417d0fc150a48147563773590711286 (diff)
downloadnutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.gz
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.bz2
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.tar.xz
nutyx-extra-037de5f35e63b6c48f4a8f84758c195babbdb069.zip
qimageblitz dans extra
Diffstat (limited to 'kde/qimageblitz/Pkgfile')
-rwxr-xr-xkde/qimageblitz/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde/qimageblitz/Pkgfile b/kde/qimageblitz/Pkgfile
deleted file mode 100755
index 64eae0b25..000000000
--- a/kde/qimageblitz/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Librairie Blitz graphy
-# URL: http://www.kde.org
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot fr
-# Depends on: cmake, qt
-# Run on: expat,pcre,qt
-
-name=qimageblitz
-version=0.0.6
-release=1
-source=(http://download.kde.org/stable/$name/$name-$version.tar.bz2)
-
-build() {
- cd $SRC
- mkdir build
- cd build
-
- cmake cmake ../$name-$version \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
- make DESTDIR=$PKG install
-
- chown -R root:root $PKG
-}