|
@ -8,12 +8,14 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=libgpg-error |
|
|
PKG_NAME:=libgpg-error |
|
|
PKG_VERSION:=1.32 |
|
|
|
|
|
|
|
|
PKG_VERSION:=1.33 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgpg-error/ |
|
|
PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgpg-error/ |
|
|
PKG_HASH:=c345c5e73cc2332f8d50db84a2280abfb1d8f6d4f1858b9daa30404db44540ca |
|
|
|
|
|
|
|
|
PKG_HASH:=5d38826656e746c936e7742d9cde072b50baa3c4c49daa168a56813612bf03ff |
|
|
|
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> |
|
|
PKG_LICENSE:=LGPL-2.1+ |
|
|
PKG_LICENSE:=LGPL-2.1+ |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|
|
|
|
|
@ -29,7 +31,6 @@ define Package/libgpg-error |
|
|
CATEGORY:=Libraries |
|
|
CATEGORY:=Libraries |
|
|
TITLE:=GnuPG error handling helper library |
|
|
TITLE:=GnuPG error handling helper library |
|
|
URL:=http://www.gnupg.org/related_software/libgpg-error/ |
|
|
URL:=http://www.gnupg.org/related_software/libgpg-error/ |
|
|
MAINTAINER:=W. Michael Petullo <mike@flyn.org> |
|
|
|
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/libgpg-error/description |
|
|
define Package/libgpg-error/description |
|
|