summaryrefslogtreecommitdiffstats
path: root/kde/kdenetwork/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-09-08 09:47:42 +0200
committerorchidman <lesibel@free.fr>2011-09-08 09:47:42 +0200
commit845a28c7d75102e3183b8bb401b063d99cbd3884 (patch)
tree85fb68062eb5dce269ef2a3351576c0f03064655 /kde/kdenetwork/Pkgfile
parentbfc8d829b6028a229fdaea06bb893219b7321b01 (diff)
downloadnutyx-pakxe-845a28c7d75102e3183b8bb401b063d99cbd3884.tar.gz
nutyx-pakxe-845a28c7d75102e3183b8bb401b063d99cbd3884.tar.bz2
nutyx-pakxe-845a28c7d75102e3183b8bb401b063d99cbd3884.tar.xz
nutyx-pakxe-845a28c7d75102e3183b8bb401b063d99cbd3884.zip
kdenework 4.7.1-1 ajout port
Diffstat (limited to 'kde/kdenetwork/Pkgfile')
-rwxr-xr-xkde/kdenetwork/Pkgfile35
1 files changed, 35 insertions, 0 deletions
diff --git a/kde/kdenetwork/Pkgfile b/kde/kdenetwork/Pkgfile
new file mode 100755
index 000000000..5cbea7222
--- /dev/null
+++ b/kde/kdenetwork/Pkgfile
@@ -0,0 +1,35 @@
+# Description: Gestion reseaux et internet pour KDE 4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager Team
+# Packager: lesibel at free dot fr
+# Depends on: qt,cmake,automoc4,boost,speex,ortp,libotr,kde-workspace,kdelibs,kdepimlibs,qimageblitz,v4l-utils,libktorrent,libidn,rdesktop,libgadu,xorg-libxdamage,qca,rekonq,konqueror-filesharing,meanwhile
+
+# Run on: speex,ortp,libotr,kde-workspace,kdelibs,kdepimlibs,qimageblitz,v4l-utils,libktorrent,libidn,rdesktop,libgadu,xorg-libxdamage,qca,rekonq,konqueror-filesharing,meanwhile
+
+
+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_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DKDE_DEFAULT_HOME='.kde' \
+ -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
+ -DWITH_Xmms=OFF \
+ -DWITH_LibMeanwhile=OFF \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+ make
+ make DESTDIR=$PKG install
+ rm $PKG/usr/lib/kde4/sambausershareplugin.so
+ rm $PKG/usr/share/kde4/services/sambausershareplugin.desktop
+
+}
+