summaryrefslogtreecommitdiffstats
path: root/kde/kstars/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:48 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:48 +0200
commitab2269538cb8fc8969757cab17aef8d040946c75 (patch)
treece076c28442e357c84bfa20a0401ebcc453c850e /kde/kstars/Pkgfile
parent48abc8f2f6de0e80cdd0facaf30ff38947904ef5 (diff)
downloadnutyx-pakxe-ab2269538cb8fc8969757cab17aef8d040946c75.tar.gz
nutyx-pakxe-ab2269538cb8fc8969757cab17aef8d040946c75.tar.bz2
nutyx-pakxe-ab2269538cb8fc8969757cab17aef8d040946c75.tar.xz
nutyx-pakxe-ab2269538cb8fc8969757cab17aef8d040946c75.zip
kstars dans extra
Diffstat (limited to 'kde/kstars/Pkgfile')
-rwxr-xr-xkde/kstars/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde/kstars/Pkgfile b/kde/kstars/Pkgfile
deleted file mode 100755
index 481fc76b3..000000000
--- a/kde/kstars/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description:
-# URL: http://www.kde.org
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot fr
-# Depends on: cmake,automoc4,kdelibs,eigen2
-# Run on: kdelibs,eigen2
-
-name=kstars
-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
-}
-