[arch-commits] Commit in fping/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Apr 4 14:14:24 UTC 2009
Date: Saturday, April 4, 2009 @ 10:14:22
Author: eric
Revision: 33632
Fixed svn conflict
Modified:
fping/repos/extra-x86_64/ (properties)
fping/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
Property changes on: fping/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /fping/trunk:1
+ /fping/trunk:1-33619
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-04-04 14:14:07 UTC (rev 33631)
+++ extra-x86_64/PKGBUILD 2009-04-04 14:14:22 UTC (rev 33632)
@@ -4,17 +4,20 @@
pkgname=fping
pkgver=2.4b2
-pkgrel=2
+pkgrel=3
pkgdesc="fping is different from ping in that you can specify any number of hosts on the command line"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.fping.com/"
+license=('custom')
depends=('glibc')
-source=(http://www.fping.com/download/$pkgname-$pkgver\_to.tar.gz)
-url="http://www.fping.com/"
+source=(http://fping.sourceforge.net/download/fping.tar.gz)
md5sums=('d5e8be59e307cef76bc479e1684df705')
build() {
- cd $startdir/src/$pkgname-$pkgver\_to
- ./configure --prefix=/usr
- make || return 1
- make prefix=$startdir/pkg/usr install
+ cd $srcdir/$pkgname-$pkgver\_to
+ ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+ make || return 1
+ make DESTDIR=$pkgdir install || return 1
+ install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ chmod 4755 $pkgdir/usr/sbin/fping
}
More information about the arch-commits
mailing list