[arch-commits] Commit in ipcalc/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Thu Apr 9 01:08:11 UTC 2009
Date: Wednesday, April 8, 2009 @ 21:08:11
Author: eric
Revision: 34287
upgpkg: ipcalc 0.41-2
Added license, Added svn Id tag
Modified:
ipcalc/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-09 01:03:31 UTC (rev 34286)
+++ PKGBUILD 2009-04-09 01:08:11 UTC (rev 34287)
@@ -1,15 +1,17 @@
+# $Id$
# Contributor: K. Piche <kpiche at rogers.com>
+
pkgname=ipcalc
pkgver=0.41
-pkgrel=1
+pkgrel=2
pkgdesc="Calculates IP broadcast, network, Cisco wildcard mask, and host ranges"
arch=(i686 x86_64)
url="http://jodies.de/ipcalc"
+license=('GPL')
+depends=('perl')
source=(http://jodies.de/ipcalc-archive/$pkgname-$pkgver.tar.gz)
-depends=('perl')
md5sums=('fb791e9a5220fc8e624d915e18fc4697')
build() {
- mkdir -p $startdir/pkg/usr/bin
- install -m755 $startdir/src/$pkgname-$pkgver/ipcalc $startdir/pkg/usr/bin
+ install -D -m755 $srcdir/$pkgname-$pkgver/ipcalc $pkgdir/usr/bin/ipcalc
}
More information about the arch-commits
mailing list