summaryrefslogtreecommitdiffstats
path: root/konqueror-filesharing/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror-filesharing/Pkgfile')
-rwxr-xr-xkonqueror-filesharing/Pkgfile29
1 files changed, 29 insertions, 0 deletions
diff --git a/konqueror-filesharing/Pkgfile b/konqueror-filesharing/Pkgfile
new file mode 100755
index 000000000..e8f76b6cd
--- /dev/null
+++ b/konqueror-filesharing/Pkgfile
@@ -0,0 +1,29 @@
+# Description: Connecteur pour konqueror permettant le partage d'un dossier au sein d'un réseau local
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,boost,kdepimlibs,kde-workspace,kde-baseapps,speex,ortp,libotr,qca,libktorrent,libvncserver,libmsn,ppp,rdesktop,xorg-libxdamage,libgadu,v4l-utils,consolekit,libmms,mobipocket
+# Run on: kdepimlibs,kde-workspace,kde-baseapps,speex,ortp,libotr,qca,libktorrent,libvncserver,libmsn,ppp,rdesktop,xorg-libxdamage,telepathy-qt,libgadu,v4l-utils,consolekit,libmms,mobipocket
+
+name=konqueror-filesharing
+_name=kdenetwork
+version=4.7.1
+release=1
+source=(ftp://ftp.kde.org/pub/kde/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 \
+ -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
+ -DWITH_Xmms=OFF \
+ -DBUILD_kget=OFF -DBUILD_kdnssd=OFF -DBUILD_krfb=OFF -DBUILD_strigi-analyser=OFF \
+ -DBUILD_kopete=OFF -DBUILD_krdc=OFF -DBUILD_kppp=OFF \
+ -DKDE_DEFAULT_HOME=.kde \
+ -DSYSCONF_INSTALL_DIR=/etc
+ make
+ make DESTDIR=$PKG install
+}