summaryrefslogtreecommitdiffstats
path: root/kde/konq-plugins/Pkgfile
diff options
context:
space:
mode:
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
+}
+