summaryrefslogtreecommitdiffstats
path: root/kde/konq-plugins/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-04-02 10:36:10 +0200
committersibel <lesibel@free.fr>2011-04-02 10:36:10 +0200
commita95f8c710aee73a2a03c807decf1171912c6ecd8 (patch)
treef337ebe78a23bcc892ad3d9fe26e7f849a34163a /kde/konq-plugins/Pkgfile
parent3ccddf16988f8f39a219abd18f4f0a2613215f2c (diff)
downloadnutyx-pakxe-a95f8c710aee73a2a03c807decf1171912c6ecd8.tar.gz
nutyx-pakxe-a95f8c710aee73a2a03c807decf1171912c6ecd8.tar.bz2
nutyx-pakxe-a95f8c710aee73a2a03c807decf1171912c6ecd8.tar.xz
nutyx-pakxe-a95f8c710aee73a2a03c807decf1171912c6ecd8.zip
konq-plugins, ajout port 4.6.1-1
Diffstat (limited to 'kde/konq-plugins/Pkgfile')
-rwxr-xr-xkde/konq-plugins/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde/konq-plugins/Pkgfile b/kde/konq-plugins/Pkgfile
new file mode 100755
index 000000000..5b1e86990
--- /dev/null
+++ b/kde/konq-plugins/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Plug-In pour Konqueror
+# URL: http://rekonq.sourceforge.net/
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: kdebase, tidyhtml, docbook-xsl
+# Run on:
+
+name=konq-plugins
+version=4.6.1
+release=1
+source=(http://download.kde.org/stable/$version/src/$name-$version.tar.bz2 )
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DBUILD_doc=ON
+ make
+ make DESTDIR=$PKG install
+}
+