mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
iselect: update to 1.4.2.
This commit is contained in:
parent
a805085344
commit
8f0bca43c4
1 changed files with 7 additions and 8 deletions
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'iselect'
|
# Template file for 'iselect'
|
||||||
pkgname=iselect
|
pkgname=iselect
|
||||||
version=1.4.0
|
version=1.4.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config autoconf"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Interactive line selection tool for textual files"
|
short_desc="Interactive line selection tool for textual files"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.ossp.org/pkg/tool/iselect/"
|
homepage="http://www.ossp.org/pkg/tool/iselect/"
|
||||||
distfiles="${DEBIAN_SITE}/main/${pkgname:0:1}/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/${pkgname:0:1}/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=5b75fc5fa5407e85fa77d2a299c4e7628c0213116809f343946e62a8a25c5b1b
|
checksum=820218e36c1ed2d1971e902b0c41e749b8ce8e46992368dd3337fbf5fde8ffb0
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
do_build() {
|
|
||||||
make ${makejobs} CC="$CC" LD="$LD" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin iselect
|
vbin iselect
|
||||||
vman iselect.1
|
vman iselect.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue