batctl: move to usr/bin.
This commit is contained in:
parent
f3b56108d4
commit
e31e7e0557
1 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'batctl'
|
# Template file for 'batctl'
|
||||||
pkgname=batctl
|
pkgname=batctl
|
||||||
version=2015.0
|
version=2015.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
|
||||||
short_desc="B.A.T.M.A.N. advanced management tool"
|
short_desc="B.A.T.M.A.N. advanced management tool"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,3 +10,10 @@ license="GPL-2"
|
||||||
homepage="http://www.open-mesh.net/"
|
homepage="http://www.open-mesh.net/"
|
||||||
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=634d91189f96bda6d4ce6179dce90ad578566f29d3111b49d6e775d4f3591f04
|
checksum=634d91189f96bda6d4ce6179dce90ad578566f29d3111b49d6e775d4f3591f04
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC ${makejobs}
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue