mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4285 311d38ba-8fff-0310-9ca6-ca027cbcb966
24 lines
766 B
BlitzBasic
24 lines
766 B
BlitzBasic
DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
|
|
LICENSE = ""
|
|
HOMEPAGE = "http://www.remotesensing.org/libtiff/"
|
|
DEPENDS = "zlib jpeg lzo"
|
|
|
|
SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz"
|
|
|
|
inherit autotools
|
|
|
|
do_stage() {
|
|
autotools_stage_includes
|
|
install -d ${STAGING_LIBDIR}
|
|
oe_libinstall -C libtiff -a -so libtiff ${STAGING_LIBDIR}
|
|
oe_libinstall -C libtiff -a -so libtiffxx ${STAGING_LIBDIR}
|
|
|
|
}
|
|
|
|
PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
|
|
FILES_tiffxx = "${libdir}/libtiffxx.so.*"
|
|
FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a"
|
|
FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*"
|
|
FILES_tiff-utils = "${bindir}/*"
|
|
FILES_tiff-utils-dbg += "${bindir}/.debug/"
|