summaryrefslogtreecommitdiff
path: root/package/jpeg/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-11 12:29:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-11 12:29:23 +0100
commit407f9b8fde3ad9cc55f39f7a548cde6056dab494 (patch)
tree0375ea8ddab3502bf6883066f43fc7e328d5c704 /package/jpeg/Makefile
parent2ecefcf609e484d04d1546581191831e07ad71ec (diff)
parentabb858ae43374dc13a5fcef19b9e0ba9442013bb (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/jpeg/Makefile')
-rw-r--r--package/jpeg/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/package/jpeg/Makefile b/package/jpeg/Makefile
deleted file mode 100644
index cd7763c5e..000000000
--- a/package/jpeg/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${TOPDIR}/rules.mk
-
-PKG_NAME:= jpeg
-PKG_VERSION:= 8d
-PKG_RELEASE:= 2
-PKG_MD5SUM:= 52654eb3b2e60c35731ea8fc87f1bd29
-PKG_DESCR:= The Independent JPEG Groups JPEG runtime library
-PKG_SECTION:= libs
-PKG_URL:= http://www.ijg.org/
-PKG_SITES:= http://www.ijg.org/files/
-PKG_LIBNAME:= libjpeg
-PKG_OPTS:= dev
-
-DISTFILES:= ${PKG_NAME}src.v${PKG_VERSION}.tar.gz
-
-ifeq ($(ADK_STATIC),y)
-PKG_OPTS+= libonly
-endif
-
-include ${TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,LIBJPEG,libjpeg,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-
-libjpeg-install:
- ${INSTALL_DIR} ${IDIR_LIBJPEG}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libjpeg.so* ${IDIR_LIBJPEG}/usr/lib/
-
-include ${TOPDIR}/mk/pkg-bottom.mk