[vlc-commits] Contribs: add gpg-error

Jean-Baptiste Kempf git at videolan.org
Mon Jul 4 23:39:13 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul  4 23:33:37 2011 +0200| [0b04a788144bc819dd9a9256a994786cf6d0841d] | committer: Jean-Baptiste Kempf

Contribs: add gpg-error

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b04a788144bc819dd9a9256a994786cf6d0841d
---

 contrib/src/gpg-error/SHA512SUMS |    1 +
 contrib/src/gpg-error/rules.mak  |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/contrib/src/gpg-error/SHA512SUMS b/contrib/src/gpg-error/SHA512SUMS
new file mode 100644
index 0000000..de0e3ac
--- /dev/null
+++ b/contrib/src/gpg-error/SHA512SUMS
@@ -0,0 +1 @@
+6cf5138e05fb6ee320035d86c71ff9aa940b0f16e4787eb832a781d5d97d0e865eac0b988c251657a0e77dffced1d9ef3e7f4d0cdf806cb18abfbbcf07f27a72  libgpg-error-1.7.tar.bz2
diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
new file mode 100644
index 0000000..86e0f23
--- /dev/null
+++ b/contrib/src/gpg-error/rules.mak
@@ -0,0 +1,20 @@
+# GPGERROR
+GPGERROR_VERSION := 1.7
+GPGERROR_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2
+
+PKGS += gpg-error
+
+$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2:
+	$(call download,$(GPGERROR_URL))
+
+.sum-gpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2
+
+libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
+	$(UNPACK)
+	$(MOVE)
+
+.gpg-error: libgpg-error
+	#$(RECONF)
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages
+	cd $< && $(MAKE) install
+	touch $@



More information about the vlc-commits mailing list