djvulibre: update to 3.5.25.3.
This commit is contained in:
parent
2139f6e500
commit
8dfc71c0c5
1 changed files with 11 additions and 9 deletions
|
@ -1,29 +1,31 @@
|
||||||
# Template file for 'djvulibre'
|
# Template file for 'djvulibre'
|
||||||
pkgname=djvulibre
|
pkgname=djvulibre
|
||||||
version=3.5.24
|
version=3.5.25.3
|
||||||
revision=5
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${version%.*}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-desktopfiles"
|
hostmakedepends="pkg-config ImageMagick"
|
||||||
makedepends="pkg-config tiff-devel"
|
makedepends="tiff-devel"
|
||||||
short_desc="Utilities for the DjVu image format"
|
short_desc="Utilities for the DjVu image format"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://djvu.sourceforge.net/"
|
homepage="http://djvu.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/djvu/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/djvu/$pkgname-$version.tar.gz"
|
||||||
checksum=c0734c81d22a0e458c3fb5efd4c3eab051bcb6ad8740f5a5784c1f5699482534
|
checksum=898d7ed6dd2fa311a521baa95407a91b20a872d80c45e8245442d64f142cb1e0
|
||||||
|
|
||||||
libdjvulibre_package() {
|
libdjvulibre_package() {
|
||||||
short_desc="Runtime support for the DjVu image format"
|
short_desc+=" - runtime libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
djvulibre-devel_package() {
|
djvulibre-devel_package() {
|
||||||
depends="libjpeg-turbo-devel libdjvulibre>=${version}"
|
depends="tiff-devel libdjvulibre>=${version}_${revision}"
|
||||||
short_desc="Development files for the DjVu image format"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue