mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
tin: update to 2.6.2.
This commit is contained in:
parent
a468e7f230
commit
28aae658c8
1 changed files with 7 additions and 5 deletions
|
@ -1,23 +1,25 @@
|
|||
# Template file for 'tin'
|
||||
pkgname=tin
|
||||
version=2.4.5
|
||||
version=2.6.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --with-pcre=${XBPS_CROSS_BASE}/usr"
|
||||
configure_args="--enable-ipv6 --with-pcre=${XBPS_CROSS_BASE}/usr
|
||||
--with-nntps=openssl"
|
||||
make_build_target=build
|
||||
make_build_args="BUILD_LDFLAGS="
|
||||
hostmakedepends="flex pcre-devel"
|
||||
makedepends="ncurses-devel readline-devel pcre-devel libidn-devel"
|
||||
hostmakedepends="flex pkg-config pcre-devel gpgme"
|
||||
makedepends="ncurses-devel readline-devel pcre-devel libidn-devel openssl-devel gpgme-devel"
|
||||
short_desc="NNTP and spool based UseNet newsreader"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.tin.org"
|
||||
distfiles="ftp://ftp.tin.org/pub/news/clients/tin/v${version%.*}/tin-${version}.tar.xz"
|
||||
checksum=1a14e6a49a3627230f792eb48936d39d0abd7b04d958083a6296bb4210c6c512
|
||||
checksum=91df3cc009017ac0fcc6bb8b625784a0a006f921fb0fd5b87229f74edb1d068c
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/BUILD_CPPFLAGS.*=/s/$(PCRE_CPPFLAGS)//' src/Makefile.in
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# conflicts with mutt
|
||||
rm -f ${DESTDIR}/usr/share/man/man5/{mmdf.5,mbox.5}
|
||||
|
|
Loading…
Add table
Reference in a new issue