pinfo: update to 0.6.13
This commit is contained in:
parent
e6edf8005c
commit
757b6824f1
1 changed files with 12 additions and 6 deletions
|
@ -1,13 +1,19 @@
|
||||||
# Template file for 'pinfo'
|
# Template file for 'pinfo'
|
||||||
pkgname=pinfo
|
pkgname=pinfo
|
||||||
version=0.6.8
|
version=0.6.13
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel"
|
configure_args="CFLAGS=-Wno-error"
|
||||||
|
hostmakedepends="autoconf automake"
|
||||||
|
makedepends="ncurses-devel gettext-devel"
|
||||||
short_desc="Lynx-style info and man reader"
|
short_desc="Lynx-style info and man reader"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://pinfo.sourceforge.net/"
|
homepage="https://github.com/baszoetekouw/pinfo"
|
||||||
distfiles="http://pinfo.sourceforge.net/pinfo-${version}.tar.gz"
|
distfiles="https://github.com/baszoetekouw/pinfo/archive/v${version}.tar.gz"
|
||||||
checksum=f5a177986dea663102f6a6c31895cd07c3e2fdb81d936ef5c176f709a2a40a4e
|
checksum=9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217
|
||||||
nocross="https://travis-ci.org/void-linux/void-packages/jobs/458567778#L995"
|
nocross="https://travis-ci.org/void-linux/void-packages/jobs/458567778#L995"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue