mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +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'
|
||||
pkgname=alpine
|
||||
version=2.21
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
version=2.21.99
|
||||
revision=1
|
||||
_githash=04737118aa1d9ad3db63fb1064267187ae871856
|
||||
_gitshort="${_githash:0:7}"
|
||||
wrksrc="${pkgname}-${_gitshort}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-passfile --without-tcl --disable-shared
|
||||
--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)"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://patches.freeiz.com/alpine/"
|
||||
distfiles="http://alpine.freeiz.com/${pkgname}/patches/${pkgname}-${version}/all.patch.gz
|
||||
http://alpine.freeiz.com/${pkgname}/release/src/${pkgname}-${version}.tar.xz"
|
||||
checksum="590e6774c60c6738e31b0bd440b28c54bff25c5f87be9aa2d8d4671fdf1e3450
|
||||
6030b6881b8168546756ab3a5e43628d8d564539b0476578e287775573a77438"
|
||||
homepage="http://repo.or.cz/alpine.git"
|
||||
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
||||
checksum=d700197d67ade4e82ccf7e0770604654198bc3a667e6bb831fe4f10bbcdf6288
|
||||
|
||||
post_extract() {
|
||||
patch -Np0 <all.patch
|
||||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue