description mistakenly removed in [4455]

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4576 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-08-17 00:02:01 +00:00
parent 078bbf10b5
commit 13319b0d30

View File

@ -23,6 +23,14 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/libjpeg
SECTION:=libs
CATEGORY:=Libraries
TITLE:=The Independent JPEG Group's JPEG runtime library
DESCRIPTION:=The Independent JPEG Group's JPEG runtime library.
URL:=http://www.ijg.org/
endef
define Build/Configure
$(call Build/Configure/Default,--disable-shared --enable-static)
endef