mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
alpine: update to 2.21.99.
This commit is contained in:
parent
8e31b12e95
commit
962eff119c
1 changed files with 9 additions and 11 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'alpine'
|
# Template file for 'alpine'
|
||||||
pkgname=alpine
|
pkgname=alpine
|
||||||
version=2.21
|
version=2.21.99
|
||||||
revision=2
|
revision=1
|
||||||
create_wrksrc=yes
|
_githash=04737118aa1d9ad3db63fb1064267187ae871856
|
||||||
build_wrksrc="${pkgname}-${version}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
wrksrc="${pkgname}-${_gitshort}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-passfile --without-tcl --disable-shared
|
configure_args="--without-passfile --without-tcl --disable-shared
|
||||||
--with-ssl-dir=${XBPS_CROSS_BASE}/usr alpine_SSLPROVIDER=libressl
|
--with-ssl-dir=${XBPS_CROSS_BASE}/usr alpine_SSLPROVIDER=libressl
|
||||||
|
@ -14,16 +15,13 @@ makedepends="pam-devel ncurses-devel gettext-devel libldap-devel mit-krb5-devel"
|
||||||
short_desc="Apache-licensed PINE mail user agent (with Chappa patches)"
|
short_desc="Apache-licensed PINE mail user agent (with Chappa patches)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://patches.freeiz.com/alpine/"
|
homepage="http://repo.or.cz/alpine.git"
|
||||||
distfiles="http://alpine.freeiz.com/${pkgname}/patches/${pkgname}-${version}/all.patch.gz
|
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
||||||
http://alpine.freeiz.com/${pkgname}/release/src/${pkgname}-${version}.tar.xz"
|
checksum=d700197d67ade4e82ccf7e0770604654198bc3a667e6bb831fe4f10bbcdf6288
|
||||||
checksum="590e6774c60c6738e31b0bd440b28c54bff25c5f87be9aa2d8d4671fdf1e3450
|
|
||||||
6030b6881b8168546756ab3a5e43628d8d564539b0476578e287775573a77438"
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
patch -Np0 <all.patch
|
|
||||||
sed -i -e '/run test program/s/^/: /' \
|
sed -i -e '/run test program/s/^/: /' \
|
||||||
-e 's/linux-gnu/linux-/g' ${build_wrksrc}/configure
|
-e 's/linux-gnu/linux-/g' ${wrksrc}/configure
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue