void-packages/srcpkgs/batctl/template

20 lines
571 B
Bash
Raw Normal View History

2015-01-28 00:07:53 +00:00
# Template file for 'batctl'
pkgname=batctl
2015-05-11 19:17:34 +00:00
version=2015.0
2015-06-02 14:52:46 +00:00
revision=2
2015-01-28 00:07:53 +00:00
short_desc="B.A.T.M.A.N. advanced management tool"
maintainer="Enno Boland <eb@s01.de>"
hostmakedepends="pkg-config"
makedepends="libnl3-devel"
license="GPL-2"
homepage="http://www.open-mesh.net/"
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/${pkgname}-${version}.tar.gz"
2015-05-11 19:17:34 +00:00
checksum=634d91189f96bda6d4ce6179dce90ad578566f29d3111b49d6e775d4f3591f04
2015-06-02 14:52:46 +00:00
do_build() {
make CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
}