void-packages/srcpkgs/rlwrap/template

18 lines
583 B
Text
Raw Normal View History

2014-07-01 18:37:21 +00:00
# Template file for 'rlwrap'
pkgname=rlwrap
2014-11-15 17:52:12 +00:00
version=0.42
2014-11-15 18:27:57 +00:00
revision=2
2014-07-01 18:37:21 +00:00
build_style=gnu-configure
makedepends="readline-devel"
depends="perl"
short_desc="Adds readline-style editing and history to programs"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
distfiles="http://utopia.knoware.nl/~hlub/uck/rlwrap/$pkgname-$version.tar.gz"
2014-11-15 17:52:12 +00:00
checksum=5a70d8469db9d0a6630628f2d5d2972ad16c092400b7fbbdf699693ec0f87e44
2014-11-15 18:27:57 +00:00
pre_configure() {
sed -i '/file existence when cross compiling/s/as_fn_error/echo/' configure
}