summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /kipi-plugins/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'kipi-plugins/Pkgfile')
-rwxr-xr-xkipi-plugins/Pkgfile32
1 files changed, 32 insertions, 0 deletions
diff --git a/kipi-plugins/Pkgfile b/kipi-plugins/Pkgfile
new file mode 100755
index 000000000..b957492dd
--- /dev/null
+++ b/kipi-plugins/Pkgfile
@@ -0,0 +1,32 @@
+# Description: Plugins graphiques
+# URL: http://www.digikam.org/
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,doxygen,kde-runtime,kdepimlibs,libkdcraw,libkipi,libksane,opencv,qjson,libkexiv2,mysql,marble
+# Run on: kde-runtime,kdepimlibs,libkdcraw,libkipi,libksane,opencv,qjson,libkexiv2
+
+
+name=kipi-plugins
+version=2.3.0
+release=2
+source=( http://downloads.sourceforge.net/digikam/digikam-$version.tar.bz2)
+
+build() {
+ cd $SRC/digikam*
+ mkdir build
+ cd build
+
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_DEFAULT_HOME=.kde \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DLENSFUN_LIBRARY="" \
+ -DLENSFUN_INCLUDE_DIR="" \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
+ -Wno-dev
+ make
+
+ cd $SRC/digikam-$version/build/extra/kipi-plugins/
+ make DESTDIR=$PKG install
+}
+