diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:42 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:42 +0200 |
commit | 7bd407235b3aeba47bb0a5c391d88dc03bf5087e (patch) | |
tree | a51bf8417a11abc8665779751e47623136a504d1 /extra/kalzium/Pkgfile | |
parent | 7fee8fd925c0fa38d2a328469b7ff3349698d6d9 (diff) | |
download | nutyx-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-x | extra/kalzium/Pkgfile | 25 |
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 +} + |