summaryrefslogtreecommitdiff
path: root/package/libjpeg-turbo
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:42:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:42:58 +0200
commit633388aa0d49b87d723ed7475e434a514bd391bd (patch)
treef1c3ff55066d4632665569c2203d9336d1522ffc /package/libjpeg-turbo
parent5fd4ed6e780f365e56c4b67172cf08ddd8221cc1 (diff)
add latest version of firefox, update dependencies and fix nss package to include all necessary libraries for https support, tested only in qemu-i686 glibc for now
Diffstat (limited to 'package/libjpeg-turbo')
-rw-r--r--package/libjpeg-turbo/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/libjpeg-turbo/Makefile b/package/libjpeg-turbo/Makefile
new file mode 100644
index 000000000..937864d60
--- /dev/null
+++ b/package/libjpeg-turbo/Makefile
@@ -0,0 +1,24 @@
+# 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:= libjpeg-turbo
+PKG_VERSION:= 1.3.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= e1e65cc711a1ade1322c06ad4a647741
+PKG_DESCR:= a JPEG library
+PKG_SECTION:= libs
+PKG_URL:= http://libjpeg-turbo.virtualgl.org/
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBJPEG_TURBO,libjpeg-turbo,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+libjpeg-turbo-install:
+ $(INSTALL_DIR) $(IDIR_LIBJPEG_TURBO)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/lib{turbo,}jpeg*.so* \
+ $(IDIR_LIBJPEG_TURBO)/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk