batctl: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 16:52:46 +02:00
parent f3b56108d4
commit e31e7e0557

View file

@ -1,8 +1,7 @@
# Template file for 'batctl'
pkgname=batctl
version=2015.0
revision=1
build_style=gnu-makefile
revision=2
short_desc="B.A.T.M.A.N. advanced management tool"
maintainer="Enno Boland <eb@s01.de>"
hostmakedepends="pkg-config"
@ -11,3 +10,10 @@ license="GPL-2"
homepage="http://www.open-mesh.net/"
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/${pkgname}-${version}.tar.gz"
checksum=634d91189f96bda6d4ce6179dce90ad578566f29d3111b49d6e775d4f3591f04
do_build() {
make CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
}