projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
078bbf1
)
description mistakenly removed in [4455]
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Aug 2006 00:02:01 +0000
(
00:02
+0000)
committer
mbm
<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
patch
|
blob
|
history
diff --git
a/libs/libjpeg/Makefile
b/libs/libjpeg/Makefile
index
2399cb0
..
e136e42
100644
(file)
--- a/
libs/libjpeg/Makefile
+++ b/
libs/libjpeg/Makefile
@@
-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