mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
tin: unbreak cross compilation; enable IDN support.
This commit is contained in:
parent
ccb767d216
commit
33edcd767a
1 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'tin'
|
# Template file for 'tin'
|
||||||
pkgname=tin
|
pkgname=tin
|
||||||
version=2.2.1
|
version=2.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-pcre=${XBPS_CROSS_BASE}/usr"
|
configure_args="--enable-ipv6 --with-pcre=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex pcre-devel"
|
||||||
makedepends="ncurses-devel readline-devel pcre-devel"
|
makedepends="ncurses-devel readline-devel pcre-devel libidn-devel"
|
||||||
short_desc="NNTP and spool based UseNet newsreader"
|
short_desc="NNTP and spool based UseNet newsreader"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -13,6 +13,9 @@ homepage="http://www.tin.org"
|
||||||
distfiles="ftp://ftp.tin.org/pub/news/clients/tin/v${version%.*}/tin-${version}.tar.xz"
|
distfiles="ftp://ftp.tin.org/pub/news/clients/tin/v${version%.*}/tin-${version}.tar.xz"
|
||||||
checksum=a9968d4b43e2faa4ca1f27e5f2211fa261b2884846c909f59aa76cdaa955ddc7
|
checksum=a9968d4b43e2faa4ca1f27e5f2211fa261b2884846c909f59aa76cdaa955ddc7
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i '/BUILD_CPPFLAGS.*=/s/$(PCRE_CPPFLAGS)//' src/Makefile.in
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
# conflicts with mutt
|
# conflicts with mutt
|
||||||
rm -f ${DESTDIR}/usr/share/man/man5/{mmdf.5,mbox.5}
|
rm -f ${DESTDIR}/usr/share/man/man5/{mmdf.5,mbox.5}
|
||||||
|
|
Loading…
Add table
Reference in a new issue