summaryrefslogtreecommitdiffstats
path: root/superkaramba/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/Pkgfile')
-rwxr-xr-xsuperkaramba/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/superkaramba/Pkgfile b/superkaramba/Pkgfile
new file mode 100755
index 000000000..fae29a61a
--- /dev/null
+++ b/superkaramba/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Gadgets pour bureau KDE
+# URL: http://www.kde.org
+# Maintainer: KDE Project : https://projects.kde.org/projects/kde
+# Packager: lesibel at free dot fr
+# Depends on: qt,cmake,automoc4,qimageblitz,python,kdelibs
+# Run on: kdelibs,qimageblitz
+
+name=superkaramba
+version=4.9.0
+release=1
+source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+ make
+ make DESTDIR=$PKG install
+}
+