New package: vilistextum-2.6.9
This commit is contained in:
parent
ff75e05019
commit
13a6dc33cc
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'vilistextum'
|
||||
pkgname=vilistextum
|
||||
version=2.6.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-multibyte --with-unicode-locale=en_US.UTF-8"
|
||||
hostmakedepends="automake"
|
||||
short_desc="Fault-tolerant HTML to text converter"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://bhaak.net/vilistextum"
|
||||
distfiles="http://bhaak.net/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=3a16b4d70bfb144e044a8d584f091b0f9204d86a716997540190100c20aaf88d
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/SUBDIRS =/s/tests//' Makefile.am
|
||||
autoreconf -fi
|
||||
}
|
Loading…
Reference in New Issue