summaryrefslogtreecommitdiffstats
path: root/kde/kdesdk/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:44 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:44 +0200
commit17784945800689dc2f77ab279db2389aa1d3dc63 (patch)
treee48353a1684a2e0ee39ac4f21c240e57b0b8ad03 /kde/kdesdk/Pkgfile
parent3576d58efbf96466d8c40ffbe0d0c5b22020d0be (diff)
downloadnutyx-pakxe-17784945800689dc2f77ab279db2389aa1d3dc63.tar.gz
nutyx-pakxe-17784945800689dc2f77ab279db2389aa1d3dc63.tar.bz2
nutyx-pakxe-17784945800689dc2f77ab279db2389aa1d3dc63.tar.xz
nutyx-pakxe-17784945800689dc2f77ab279db2389aa1d3dc63.zip
kdesdk dans extra
Diffstat (limited to 'kde/kdesdk/Pkgfile')
-rwxr-xr-xkde/kdesdk/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde/kdesdk/Pkgfile b/kde/kdesdk/Pkgfile
deleted file mode 100755
index 72299548e..000000000
--- a/kde/kdesdk/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=kdesdk
-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
-}
-