summaryrefslogtreecommitdiffstats
path: root/extra/kalzium/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:42 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:42 +0200
commit7bd407235b3aeba47bb0a5c391d88dc03bf5087e (patch)
treea51bf8417a11abc8665779751e47623136a504d1 /extra/kalzium/Pkgfile
parent7fee8fd925c0fa38d2a328469b7ff3349698d6d9 (diff)
downloadnutyx-pakxe-7bd407235b3aeba47bb0a5c391d88dc03bf5087e.tar.gz
nutyx-pakxe-7bd407235b3aeba47bb0a5c391d88dc03bf5087e.tar.bz2
nutyx-pakxe-7bd407235b3aeba47bb0a5c391d88dc03bf5087e.tar.xz
nutyx-pakxe-7bd407235b3aeba47bb0a5c391d88dc03bf5087e.zip
kalzium dans extra
Diffstat (limited to 'extra/kalzium/Pkgfile')
-rwxr-xr-xextra/kalzium/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/kalzium/Pkgfile b/extra/kalzium/Pkgfile
new file mode 100755
index 000000000..15f6caf1e
--- /dev/null
+++ b/extra/kalzium/Pkgfile
@@ -0,0 +1,25 @@
+# Description:
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs,libkdeedu
+# Run on: kdelibs,libkdeedu
+
+name=kalzium
+version=4.7.2
+release=1
+source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)
+
+build() {
+ cd $name-*
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_DEFAULT_HOME=.kde \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DCMAKE_SKIP_RPATH=ON
+ make
+ make DESTDIR=$PKG install
+}
+