description mistakenly removed in [4455]
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Aug 2006 00:02:01 +0000 (00:02 +0000)
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Aug 2006 00:02:01 +0000 (00:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4576 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libjpeg/Makefile

index 2399cb0..e136e42 100644 (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