summaryrefslogtreecommitdiffstats
path: root/kde/kig/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:46 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:46 +0200
commit0955e57263b0917330b47470b8fda78f134182c4 (patch)
tree5ea9c383623328b690f1ba3c5fa75d6a104e5e3b /kde/kig/Pkgfile
parent33d49de5563be011e86d2aafd7ce054b8636c277 (diff)
downloadnutyx-extra-0955e57263b0917330b47470b8fda78f134182c4.tar.gz
nutyx-extra-0955e57263b0917330b47470b8fda78f134182c4.tar.bz2
nutyx-extra-0955e57263b0917330b47470b8fda78f134182c4.tar.xz
nutyx-extra-0955e57263b0917330b47470b8fda78f134182c4.zip
kig dans extra
Diffstat (limited to 'kde/kig/Pkgfile')
-rwxr-xr-xkde/kig/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde/kig/Pkgfile b/kde/kig/Pkgfile
deleted file mode 100755
index 635894006..000000000
--- a/kde/kig/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
-# Run on: kdelibs
-
-name=kig
-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
-}
-