summaryrefslogtreecommitdiffstats
path: root/kde3/kdenetwork3/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-10 16:44:24 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-10 16:44:24 +0100
commit0ced19673687426364db0a20d2dc1c215e752c0f (patch)
tree88a9535a7d350322e55fc3b8b02c4162b2c64ccc /kde3/kdenetwork3/Pkgfile
parentc0f1c161cd53f60f384ec577198c7075ae00e35d (diff)
downloadnutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.gz
nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.bz2
nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.tar.xz
nutyx-extra-0ced19673687426364db0a20d2dc1c215e752c0f.zip
kde3, suppression des ports
Diffstat (limited to 'kde3/kdenetwork3/Pkgfile')
-rwxr-xr-xkde3/kdenetwork3/Pkgfile29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde3/kdenetwork3/Pkgfile b/kde3/kdenetwork3/Pkgfile
deleted file mode 100755
index 4e9257d6c..000000000
--- a/kde3/kdenetwork3/Pkgfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Description: Applications incluent clients pour chat, PPP, news, instant messages, et programmes similaires pour KDE 3
-# URL: http://kde.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: kdebase3, gnupg1, gnutls, wireless_tools, ortp, meanwhile, libgadu, openslp
-
-name=kdenetwork3
-version=3.5.10
-release=2
-source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/kdenetwork-$version.tar.bz2 \
- http://nutyx.meticul.eu/files/patchs/$name/kdenetwork-3.5.10-gcc44-1.patch )
-build() {
- source /etc/blfs-bootscripts
- wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
- tar xvf $scripts-$scriptsversion.tar.bz2
- cd $scripts-$scriptsversion
- make DESTDIR=$PKG install-lisa
- cd ../kdenetwork-$version
- patch -Np1 -i ../kdenetwork-3.5.10-gcc44-1.patch
- export DO_NOT_COMPILE=kopete
- ./configure --prefix=/opt/kde \
- --disable-debug \
- --disable-dependency-tracking \
- --enable-jingle \
- --enable-final
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/opt/kde/share/doc
-}