PKG_NAME = libjpeg
PKG_VER = 6b
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = jpegsrc.v$(PKG_VER).tar.gz
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Libraries
+EXTRA = no
+DEBUG = no
+DEPS =
+
+URL = http://www.ijg.org/
+LICENSE = IJG
+SHORT_DESC = A library for manipulating JPEG image format files.
+
+definde LONG_DESC
+ The libjpeg package contains a library of functions for manipulating \
+ JPEG images, as well as simple client programs for accessing the \
+ libjpeg functions.
+endef
+
###############################################################################
# Top-level Rules
###############################################################################
-objects = $(DL_FILE)
-
+objects = $(DL_FILE) \
+ libjpeg-6b-buffferoverflow.patch
+
download: $(objects)
info:
--prefix=/usr \
--disable-static \
--enable-shared
+
+ cd $(DIR_APP) && patch -Np1 -i libjpeg-6b-buffferoverflow.patch
+
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)