alpine: update to 2.21.9999.

This commit is contained in:
Leah Neukirchen 2018-07-25 18:04:27 +02:00
parent 5391fcd980
commit aec2285e70

View file

@ -1,8 +1,8 @@
# Template file for 'alpine'
pkgname=alpine
version=2.21.99
revision=3
_githash=04737118aa1d9ad3db63fb1064267187ae871856
version=2.21.9999
revision=1
_githash=d3e6f3932f2af9deca8eed09e30a55e9bd524362
_gitshort="${_githash:0:7}"
wrksrc="${pkgname}-${_gitshort}"
build_style=gnu-configure
@ -17,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="http://repo.or.cz/alpine.git"
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
checksum=d700197d67ade4e82ccf7e0770604654198bc3a667e6bb831fe4f10bbcdf6288
checksum=bc0c0e09e67c8746f6eb01aef8b235db2865fc0238bef1454e22f6e696f79870
post_extract() {
sed -i -e '/run test program/s/^/: /' \
@ -29,3 +29,7 @@ do_build() {
CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= LDFLAGS="$BUILD_LDFLAGS"
make ${makejobs} all CC="$CC"
}
post_install() {
vlicense NOTICE
}