tiff: drop .3tiff suffix for manpages... .3 is enough.
This commit is contained in:
parent
9e0e6a09f9
commit
ce8e546819
|
@ -1,9 +1,10 @@
|
||||||
# Template build file for 'tiff'.
|
# Template build file for 'tiff'.
|
||||||
pkgname=tiff
|
pkgname=tiff
|
||||||
version=4.0.3
|
version=4.0.3
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cxx --without-x"
|
configure_args="--enable-cxx --without-x"
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
makedepends="zlib-devel libjpeg-turbo-devel liblzma-devel"
|
makedepends="zlib-devel libjpeg-turbo-devel liblzma-devel"
|
||||||
short_desc="Library and tools for reading and writing TIFF data files"
|
short_desc="Library and tools for reading and writing TIFF data files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -12,12 +13,14 @@ homepage="http://www.remotesensing.org/libtiff/"
|
||||||
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
|
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
|
||||||
checksum=ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872
|
checksum=ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
pre_configure() {
|
||||||
hostmakedepends="automake libtool"
|
autoreconf -fi
|
||||||
pre_configure() {
|
}
|
||||||
autoreconf -fi
|
post_install() {
|
||||||
}
|
for f in ${DESTDIR}/usr/share/man/man3/*.3tiff; do
|
||||||
fi
|
mv ${f} ${f%tiff}
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
tiff-devel_package() {
|
tiff-devel_package() {
|
||||||
depends="zlib-devel libjpeg-turbo-devel tiff>=${version}_${revision}"
|
depends="zlib-devel libjpeg-turbo-devel tiff>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue