mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +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'
|
||||
pkgname=iselect
|
||||
version=1.4.0
|
||||
revision=3
|
||||
version=1.4.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config autoconf"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Interactive line selection tool for textual files"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.ossp.org/pkg/tool/iselect/"
|
||||
distfiles="${DEBIAN_SITE}/main/${pkgname:0:1}/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=5b75fc5fa5407e85fa77d2a299c4e7628c0213116809f343946e62a8a25c5b1b
|
||||
checksum=820218e36c1ed2d1971e902b0c41e749b8ce8e46992368dd3337fbf5fde8ffb0
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CC="$CC" LD="$LD" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin iselect
|
||||
vman iselect.1
|
||||
|
|
Loading…
Add table
Reference in a new issue