22 lines
521 B
Bash
22 lines
521 B
Bash
|
# Template file for 'aggregate'
|
||
|
pkgname=aggregate
|
||
|
version=1.6
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
short_desc="Optimize a list of route prefixes"
|
||
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||
|
license="ISC"
|
||
|
homepage="https://ftp.isc.org/isc/aggregate/"
|
||
|
distfiles="https://ftp.isc.org/isc/aggregate/aggregate-${version}.tar.gz"
|
||
|
checksum=166503005cd8722c730e530cc90652ddfa198a25624914c65dffc3eb87ba5482
|
||
|
|
||
|
do_install() {
|
||
|
vbin aggregate
|
||
|
vman aggregate.1
|
||
|
|
||
|
vbin aggregate-ios
|
||
|
vman aggregate-ios.1
|
||
|
|
||
|
vlicense LICENSE
|
||
|
}
|