diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/kalzium/Pkgfile | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/kalzium/Pkgfile')
-rwxr-xr-x | extra/kalzium/Pkgfile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/kalzium/Pkgfile b/extra/kalzium/Pkgfile deleted file mode 100755 index a6f8768bc..000000000 --- a/extra/kalzium/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# Description: kdeedu, Table périodique des éléments -# 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.4 -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 -} - |