# Template file for 'alpine' pkgname=alpine version=2.24 revision=1 _githash=3165f59b344fb4d56d161541f294754d56bcb372 _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 --with-system-pinerc=/etc/${pkgname}.d/pine.conf --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed" hostmakedepends="hunspell" makedepends="gettext-devel libldap-devel mit-krb5-devel ncurses-devel" short_desc="Apache-licensed PINE mail user agent (with Chappa patches)" maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://repo.or.cz/alpine.git" distfiles="https://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz" checksum=aa8f55b32732f8ea49e23cb11d9151e9ecb0dd1e057f25131988df69fbebc855 post_extract() { sed -i -e '/run test program/s/^/: /' \ -e 's/linux-gnu/linux-/g' ${wrksrc}/configure touch /etc/shadow # bleh } do_build() { make -C pith help_c_gen help_h_gen \ CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= LDFLAGS="$BUILD_LDFLAGS" make ${makejobs} all CC="$CC" } post_install() { vlicense NOTICE }