16 lines
459 B
Bash
16 lines
459 B
Bash
|
# Template file for 'sipcalc'
|
||
|
pkgname=sipcalc
|
||
|
version=1.1.6
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
short_desc="Console based ip subnet calculator"
|
||
|
maintainer="allan <mail@may.mooo.com>"
|
||
|
license="BSD"
|
||
|
homepage="http://www.routemeister.net/projects/sipcalc/"
|
||
|
distfiles="http://www.routemeister.net/projects/sipcalc/files/${pkgname}-${version}.tar.gz"
|
||
|
checksum=cfd476c667f7a119e49eb5fe8adcfb9d2339bc2e0d4d01a1d64b7c229be56357
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING
|
||
|
}
|