summaryrefslogtreecommitdiffstats
path: root/kde/konsole/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-31 13:54:01 +0200
committertnut <tnut at nutyx dot com>2011-07-31 13:54:01 +0200
commit73f26cec4c24c266a5ae285c5f1a3094fe621b94 (patch)
treeeff0d0f80320d43146d81c53340a84db5b265290 /kde/konsole/Pkgfile
parentc4c21ed30848602c2bf7e87857b3a044e9a52160 (diff)
downloadnutyx-pakxe-73f26cec4c24c266a5ae285c5f1a3094fe621b94.tar.gz
nutyx-pakxe-73f26cec4c24c266a5ae285c5f1a3094fe621b94.tar.bz2
nutyx-pakxe-73f26cec4c24c266a5ae285c5f1a3094fe621b94.tar.xz
nutyx-pakxe-73f26cec4c24c266a5ae285c5f1a3094fe621b94.zip
ajout konsole 4.7.0-1
Diffstat (limited to 'kde/konsole/Pkgfile')
-rwxr-xr-xkde/konsole/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde/konsole/Pkgfile b/kde/konsole/Pkgfile
new file mode 100755
index 000000000..3ff3bf693
--- /dev/null
+++ b/kde/konsole/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Terminal pour KDE4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs
+# Run on: kdelibs
+
+name=konsole
+version=4.7.0
+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
+}
+