mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
tin: update to 2.4.2.
This commit is contained in:
parent
c45343fae7
commit
5fdf707e4d
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tin'
|
# Template file for 'tin'
|
||||||
pkgname=tin
|
pkgname=tin
|
||||||
version=2.3.4
|
version=2.4.2
|
||||||
revision=2
|
revision=1
|
||||||
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"
|
||||||
make_build_target="build"
|
make_build_target="build"
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="flex pcre-devel"
|
||||||
makedepends="ncurses-devel readline-devel pcre-devel libidn-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-3-Clause"
|
||||||
homepage="http://www.tin.org"
|
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=fa4969fa475f6c17fc2733f99f8de9581f66b7be473e1cfca39befdaf47559af
|
checksum=ff832fd0b1c638939ac10bef3cf9add4691f568834cc48a0decca0ab34f704bb
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/BUILD_CPPFLAGS.*=/s/$(PCRE_CPPFLAGS)//' src/Makefile.in
|
sed -i '/BUILD_CPPFLAGS.*=/s/$(PCRE_CPPFLAGS)//' src/Makefile.in
|
||||||
|
|
1
srcpkgs/tin/update
Normal file
1
srcpkgs/tin/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="TIN \K[\d.]+(?=</A> \(stable\))"
|
Loading…
Add table
Reference in a new issue