libexif update to 0.6.21
Update libexif to 0.6.21. Add package licensing information and refresh patch. Signed-off-by: Ian Leonard <antonlacon@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40786 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f33120e21a
commit
27f5e8119b
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006-2010 OpenWrt.org
|
||||
# Copyright (C) 2006-2014 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -8,12 +8,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libexif
|
||||
PKG_VERSION:=0.6.19
|
||||
PKG_VERSION:=0.6.21
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/libexif
|
||||
PKG_MD5SUM:=56144a030a4c875c600b1ccf713f69f7
|
||||
PKG_MD5SUM:=27339b89850f28c8f1c237f233e05b27
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -280,7 +280,7 @@ target_alias = @target_alias@
|
||||
@@ -289,7 +289,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-SUBDIRS = m4m po libexif test doc binary contrib
|
||||
+SUBDIRS = m4m po libexif test binary contrib
|
||||
@SHIP_BINARIES_TRUE@README_W32_XDIST = README-Win32.txt
|
||||
EXTRA_DIST = @PACKAGE_TARNAME@.spec $(README_W32_XDIST) libexif.pc.in \
|
||||
EXTRA_DIST = @PACKAGE_TARNAME@.spec README-Win32.txt libexif.pc.in \
|
||||
libexif-uninstalled.pc.in
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user