mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
alpine: update to 2.21.9999.
This commit is contained in:
parent
5391fcd980
commit
aec2285e70
1 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'alpine'
|
# Template file for 'alpine'
|
||||||
pkgname=alpine
|
pkgname=alpine
|
||||||
version=2.21.99
|
version=2.21.9999
|
||||||
revision=3
|
revision=1
|
||||||
_githash=04737118aa1d9ad3db63fb1064267187ae871856
|
_githash=d3e6f3932f2af9deca8eed09e30a55e9bd524362
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
wrksrc="${pkgname}-${_gitshort}"
|
wrksrc="${pkgname}-${_gitshort}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://repo.or.cz/alpine.git"
|
homepage="http://repo.or.cz/alpine.git"
|
||||||
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
||||||
checksum=d700197d67ade4e82ccf7e0770604654198bc3a667e6bb831fe4f10bbcdf6288
|
checksum=bc0c0e09e67c8746f6eb01aef8b235db2865fc0238bef1454e22f6e696f79870
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e '/run test program/s/^/: /' \
|
sed -i -e '/run test program/s/^/: /' \
|
||||||
|
@ -29,3 +29,7 @@ do_build() {
|
||||||
CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= LDFLAGS="$BUILD_LDFLAGS"
|
CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= LDFLAGS="$BUILD_LDFLAGS"
|
||||||
make ${makejobs} all CC="$CC"
|
make ${makejobs} all CC="$CC"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense NOTICE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue