lynx: fix wrksrc
This commit is contained in:
parent
fddc6378b8
commit
947f4b43f6
|
@ -4,7 +4,7 @@ _version=2.8.8
|
||||||
_patch=2
|
_patch=2
|
||||||
version=$_version.$_patch
|
version=$_version.$_patch
|
||||||
revision=9
|
revision=9
|
||||||
wrksrc="${pkgname}${version//./-}"
|
wrksrc="${pkgname}${_version//./-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
|
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
|
||||||
short_desc="A text browser for the World Wide Web"
|
short_desc="A text browser for the World Wide Web"
|
||||||
|
|
Loading…
Reference in New Issue