wv: remove long_desc.
This commit is contained in:
parent
81779f8e0e
commit
808893ab37
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wv'
|
# Template file for 'wv'
|
||||||
pkgname=wv
|
pkgname=wv
|
||||||
version=1.2.9
|
version=1.2.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libpng-devel>=1.6 libglib-devel libxml2-devel libgsf-devel"
|
makedepends="libpng-devel>=1.6 libglib-devel libxml2-devel libgsf-devel"
|
||||||
|
@ -11,11 +11,6 @@ license="GPL-3"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
distfiles="http://www.abisource.com/downloads/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.abisource.com/downloads/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d
|
checksum=4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d
|
||||||
long_desc="
|
|
||||||
wv is a library which allows access to Microsoft Word files. It can load and
|
|
||||||
parse Word 2000, 97, 95 and 6 file formats. (These are the file formats
|
|
||||||
known internally as Word 9, 8, 7 and 6.) There is some support for reading
|
|
||||||
earlier formats as well: Word 2 docs are converted to plaintext."
|
|
||||||
|
|
||||||
libwv_package() {
|
libwv_package() {
|
||||||
short_desc+=" - Runtime library"
|
short_desc+=" - Runtime library"
|
||||||
|
|
Loading…
Reference in New Issue