[packages] tiff: add a tiff-utils subpackage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16855 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0e4aa1e62b
commit
3058643b4c
@ -21,12 +21,25 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
PKG_INSTALL=1
|
||||
|
||||
define Package/tiff/Default
|
||||
TITLE:=TIFF
|
||||
URL:=http://www.remotesensing.org/libtiff/
|
||||
endef
|
||||
|
||||
define Package/libtiff
|
||||
$(call Package/tiff/Default)
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=TIFF libraries
|
||||
TITLE+= libraries
|
||||
DEPENDS:=+zlib +libjpeg
|
||||
URL:=http://www.remotesensing.org/libtiff/
|
||||
endef
|
||||
|
||||
define Package/tiff-utils
|
||||
$(call Package/tiff/Default)
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE+= utilities
|
||||
DEPENDS:=+libtiff
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
@ -44,4 +57,10 @@ define Package/libtiff/install
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*.so.* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Package/tiff-utils/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libtiff))
|
||||
$(eval $(call BuildPackage,tiff-utils))
|
||||
|
Loading…
x
Reference in New Issue
Block a user