summaryrefslogtreecommitdiffstats
path: root/kde/qimageblitz/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:11:56 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:11:56 +0200
commit33eb18c18488784a7ea3f72879ddcb5a74f93e58 (patch)
treeea8aebe9a977db88d19f6817b14f3557ff7fdd0b /kde/qimageblitz/Pkgfile
parentc36dafe08b957e443515fac06282b414672cce84 (diff)
downloadnutyx-pakxe-33eb18c18488784a7ea3f72879ddcb5a74f93e58.tar.gz
nutyx-pakxe-33eb18c18488784a7ea3f72879ddcb5a74f93e58.tar.bz2
nutyx-pakxe-33eb18c18488784a7ea3f72879ddcb5a74f93e58.tar.xz
nutyx-pakxe-33eb18c18488784a7ea3f72879ddcb5a74f93e58.zip
Ajout de qimageblitz#0.0.4-1
Diffstat (limited to 'kde/qimageblitz/Pkgfile')
-rwxr-xr-xkde/qimageblitz/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde/qimageblitz/Pkgfile b/kde/qimageblitz/Pkgfile
new file mode 100755
index 000000000..63dd2bd17
--- /dev/null
+++ b/kde/qimageblitz/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie Blitz graphy
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake
+
+name=qimageblitz
+version=0.0.4
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX ..
+ make
+ make DESTDIR=$PKG install
+
+ chown -R root:root $PKG
+}