New package: abootimg-0.6.20160512 (#4181)
This commit is contained in:
parent
457012dea2
commit
d85927c516
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'abootimg'
|
||||
pkgname=abootimg
|
||||
version=0.6.20160512
|
||||
revision=1
|
||||
_commit="1ebeb393252ab5aeed62e34bc439b6728444f06e"
|
||||
build_style=gnu-makefile
|
||||
wrksrc="abootimg-$_commit-$_commit"
|
||||
makedepends="libblkid-devel"
|
||||
short_desc="Manipulate Android Boot Images"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://gitorious.org/ac100/abootimg"
|
||||
distfiles="https://gitlab.com/ajs124/abootimg/repository/archive.tar.gz?ref=$_commit>archive.tar.gz"
|
||||
checksum=36efff208101a8d04cc84085849cda3300cea71f062c8d425c534e5f85f6cc3f
|
||||
|
||||
do_install() {
|
||||
local BIN
|
||||
for BIN in abootimg abootimg-pack-initrd abootimg-unpack-initrd; do
|
||||
vbin $BIN
|
||||
done
|
||||
vman debian/abootimg.1
|
||||
}
|
Loading…
Reference in New Issue