libwv: rebuild against libpng-1.6.
This commit is contained in:
parent
f8260e6ffc
commit
445fb7a9d6
1 changed files with 6 additions and 5 deletions
|
@ -2,8 +2,9 @@
|
||||||
pkgname=wv
|
pkgname=wv
|
||||||
version=1.2.4
|
version=1.2.4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=5
|
revision=6
|
||||||
makedepends="pkg-config glib-devel libxml2-devel libpng-devel>=1.5.10 libgsf-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libpng-devel>=1.6 libglib-devel libxml2-devel libgsf-devel"
|
||||||
short_desc="wv is a library which allows access to Microsoft Word files."
|
short_desc="wv is a library which allows access to Microsoft Word files."
|
||||||
homepage="http://wvware.sourceforge.net/"
|
homepage="http://wvware.sourceforge.net/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -17,7 +18,7 @@ long_desc="
|
||||||
earlier formats as well: Word 2 docs are converted to plaintext."
|
earlier formats as well: Word 2 docs are converted to plaintext."
|
||||||
|
|
||||||
libwv_package() {
|
libwv_package() {
|
||||||
short_desc="${short_desc} - Runtime library"
|
short_desc+=" - Runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so*"
|
||||||
}
|
}
|
||||||
|
@ -25,7 +26,7 @@ libwv_package() {
|
||||||
|
|
||||||
wv-devel_package() {
|
wv-devel_package() {
|
||||||
depends="libwv>=$version"
|
depends="libwv>=$version"
|
||||||
short_desc="${short_desc} - Development files"
|
short_desc+=" - Development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
@ -35,6 +36,6 @@ wv-devel_package() {
|
||||||
|
|
||||||
wv_package() {
|
wv_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue