vp-build/srcpkgs/apk-tools/template

24 lines
691 B
Bash
Raw Normal View History

2016-03-18 15:21:13 +01:00
# Template file for 'apk-tools'
pkgname=apk-tools
2016-05-28 14:50:56 +02:00
version=2.6.7
2016-09-28 04:10:37 +02:00
revision=2
2016-03-18 15:21:13 +01:00
build_style=gnu-makefile
make_build_args="LUAAPK="
hostmakedepends="pkg-config"
makedepends="libressl-devel zlib-devel libfetch-devel"
short_desc="Alpine Package Keeper (Alpine package manager)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://git.alpinelinux.org/cgit/apk-tools"
distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2"
2016-05-28 14:50:56 +02:00
checksum=148b517557066427682df45d44213421003301ff03358ab37005f5b323f26f83
2016-03-18 15:21:13 +01:00
CFLAGS=-Wno-error
post_extract() {
sed -i 's,/usr/lib/libfetch.a,-lfetch,g' src/Makefile
}
do_install() {
vbin src/apk
}