summaryrefslogtreecommitdiffstats
path: root/kde/ksnapshot/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
commit48abc8f2f6de0e80cdd0facaf30ff38947904ef5 (patch)
treef18e647326f71cec2b3c512414dc8e4c3ccbbfcd /kde/ksnapshot/Pkgfile
parent9d13b2727e0e6809fd9444fea5791cc2a574b265 (diff)
downloadnutyx-extra-48abc8f2f6de0e80cdd0facaf30ff38947904ef5.tar.gz
nutyx-extra-48abc8f2f6de0e80cdd0facaf30ff38947904ef5.tar.bz2
nutyx-extra-48abc8f2f6de0e80cdd0facaf30ff38947904ef5.tar.xz
nutyx-extra-48abc8f2f6de0e80cdd0facaf30ff38947904ef5.zip
ksnapshot dans extra
Diffstat (limited to 'kde/ksnapshot/Pkgfile')
-rwxr-xr-xkde/ksnapshot/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde/ksnapshot/Pkgfile b/kde/ksnapshot/Pkgfile
deleted file mode 100755
index ff3e3a4ed..000000000
--- a/kde/ksnapshot/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Description: Outil de capture d'ecran pour KDE4
-# URL: http://www.kde.org
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot fr
-# Depends on: cmake,automoc4,kdelibs,libkipi
-# Run on: kdelibs,libkipi
-
-name=ksnapshot
-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 \
- -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
- make
- make DESTDIR=$PKG install
-}
-