New package: ipcalc-0.41

This commit is contained in:
allan 2015-10-07 17:18:11 +02:00
parent 5f4b1d0d61
commit 1f4c3c6a72
1 changed files with 16 additions and 0 deletions

16
srcpkgs/ipcalc/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'ipcalc'
pkgname=ipcalc
version=0.41
revision=1
depends="perl"
noarch=yes
short_desc="Calculator for IPv4 addresses"
maintainer="allan <mail@may.mooo.com>"
license="GPL-2"
homepage="http://jodies.de/ipcalc"
distfiles="http://jodies.de/ipcalc-archive/ipcalc-${version}.tar.gz"
checksum=dda9c571ce3369e5b6b06e92790434b54bec1f2b03f1c9df054c0988aa4e2e8a
do_install() {
vbin ipcalc
}