Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gcc43.git;a=commitdiff;h=7770352b7cb712916e7f6bcddff6a5d565e0f38a
commit 7770352b7cb712916e7f6bcddff6a5d565e0f38a Author: crazy <[EMAIL PROTECTED]> Date: Tue Mar 11 02:01:15 2008 +0100 portmap-5beta-6-x86_64 * rebuild * fixed makedepends * fixed CFLAGS * converted FB to F* commands diff --git a/source/base/portmap/FrugalBuild b/source/base/portmap/FrugalBuild index baa203a..f89950a 100644 --- a/source/base/portmap/FrugalBuild +++ b/source/base/portmap/FrugalBuild @@ -4,10 +4,11 @@ pkgname=portmap pkgver=5beta -pkgrel=5 +pkgrel=6 pkgdesc="RPC connection manager" url="ftp://ftp.porcupine.org/pub/security" -depends=('glibc') +depends=('glibc>=2.7-3') +makedepends=('tcp_wrappers') groups=('base') archs=('i686' 'x86_64') up2date="wget --passive-ftp -O - -q ftp://ftp.porcupine.org/pub/security/|grep 'portmap[[:print:]]*tar.gz<'|tail -n 1|cut -d _ -f 2|cut -d . -f 1" @@ -16,14 +17,15 @@ sha1sums=('783a322ca9220e4830664f94195ff923ce8a09d6' \ '63901011ef1eb163ad2bd8dd2a7e9af242f31482' \ 'bdd14477543527bd1aded1d750ebee86ff7bf74d') -build() { - cd $startdir/src/${pkgname}_${pkgver} - patch -p1 < $startdir/src/$pkgname-$pkgver.diff - - make || return 1 - - make DESTDIR=$startdir/pkg install - mkdir -p $startdir/pkg/etc/rc.d/rc.messages - install -m755 $startdir/src/rc.portmap $startdir/pkg/etc/rc.d/ - cp -a $startdir/messages/* $startdir/pkg/etc/rc.d/rc.messages/ +build() +{ + Fcd ${pkgname}_${pkgver} + Fpatchall + Fsed '-O2' "$CFLAGS" Makefile + Fmake + Fmakeinstall + Frcd + } + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
