summaryrefslogtreecommitdiffstats
path: root/kde/kipi-plugins/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-05 14:49:34 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-05 14:49:34 +0200
commit335e4fad9d4ed937f0f61b80655e0a14092cae22 (patch)
treebb5fc098f8ae933f8cbea70627f9d44f6096cce3 /kde/kipi-plugins/Pkgfile
parent8217ddf217d8e7f778355c1072281f18905d1c4d (diff)
downloadnutyx-pakxe-335e4fad9d4ed937f0f61b80655e0a14092cae22.tar.gz
nutyx-pakxe-335e4fad9d4ed937f0f61b80655e0a14092cae22.tar.bz2
nutyx-pakxe-335e4fad9d4ed937f0f61b80655e0a14092cae22.tar.xz
nutyx-pakxe-335e4fad9d4ed937f0f61b80655e0a14092cae22.zip
Maj kipi-plugins#0.4.0-1
Diffstat (limited to 'kde/kipi-plugins/Pkgfile')
-rwxr-xr-xkde/kipi-plugins/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/kde/kipi-plugins/Pkgfile b/kde/kipi-plugins/Pkgfile
new file mode 100755
index 000000000..8325dfb5f
--- /dev/null
+++ b/kde/kipi-plugins/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Gestionnaire de photos pour KDE 4
+# URL: http://www.digikam.org
+# Packager: lesibel at free dot fr
+# Depends on: qt, kdebase, kdegraphics, libtiff, libjpeg, libpng, imagemagick, libxslt, libxml2, expat, mesa3d, opencv, kdepimlibs
+
+name=kipi-plugins
+version=0.4.0
+release=1
+source=(http://downloads.sourceforge.net/kipi/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
+ make -j3
+ make DESTDIR=$PKG install
+}