All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/3] package/perl-extutils-pkgconfig: new package
@ 2021-02-12  6:39 Fabrice Fontaine
  2021-02-12  6:39 ` [Buildroot] [PATCH v2, 2/3] package/perl-gd: needs perl-extutils-pkgconfig Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fabrice Fontaine @ 2021-02-12  6:39 UTC (permalink / raw)
  To: buildroot

host-perl-extutils-pkgconfig is needed by perl-gd to find gd in version
2.3.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Fran?ois Perrad):
 - Add host-pkgconf dependency

 package/perl-extutils-pkgconfig/Config.in         |  6 ++++++
 .../perl-extutils-pkgconfig.hash                  |  6 ++++++
 .../perl-extutils-pkgconfig.mk                    | 15 +++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 100644 package/perl-extutils-pkgconfig/Config.in
 create mode 100644 package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.hash
 create mode 100644 package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk

diff --git a/package/perl-extutils-pkgconfig/Config.in b/package/perl-extutils-pkgconfig/Config.in
new file mode 100644
index 0000000000..f3c4966fe1
--- /dev/null
+++ b/package/perl-extutils-pkgconfig/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_EXTUTILS_PKGCONFIG
+	bool "perl-extutils-pkgconfig"
+	help
+	  simplistic interface to pkg-config.
+
+	  http://gtk2-perl.sourceforge.net
diff --git a/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.hash b/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.hash
new file mode 100644
index 0000000000..7028b96be5
--- /dev/null
+++ b/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5  b86318f2b6ac6af3ee985299e1e38fe5  ExtUtils-PkgConfig-1.16.tar.gz
+sha256  bbeaced995d7d8d10cfc51a3a5a66da41ceb2bc04fedcab50e10e6300e801c6e  ExtUtils-PkgConfig-1.16.tar.gz
+
+# computed by scancpan
+sha256  1ca66d6d9d2e14426825889848f0b5b4d4e153afcd74b8f42a1f2937c3a9973d  README
diff --git a/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk b/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk
new file mode 100644
index 0000000000..21b1af2025
--- /dev/null
+++ b/package/perl-extutils-pkgconfig/perl-extutils-pkgconfig.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# perl-extutils-pkgconfig
+#
+################################################################################
+
+PERL_EXTUTILS_PKGCONFIG_VERSION = 1.16
+PERL_EXTUTILS_PKGCONFIG_SOURCE = ExtUtils-PkgConfig-$(PERL_EXTUTILS_PKGCONFIG_VERSION).tar.gz
+PERL_EXTUTILS_PKGCONFIG_SITE = $(BR2_CPAN_MIRROR)/authors/id/X/XA/XAOC
+PERL_EXTUTILS_PKGCONFIG_LICENSE = LGPL-2.1
+PERL_EXTUTILS_PKGCONFIG_LICENSE_FILES = README
+PERL_EXTUTILS_PKGCONFIG_DISTNAME = ExtUtils-PkgConfig
+PERL_EXTUTILS_PKGCONFIG_DEPENDENCIES = host-pkgconf
+
+$(eval $(host-perl-package))
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-02-16 20:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12  6:39 [Buildroot] [PATCH v2, 1/3] package/perl-extutils-pkgconfig: new package Fabrice Fontaine
2021-02-12  6:39 ` [Buildroot] [PATCH v2, 2/3] package/perl-gd: needs perl-extutils-pkgconfig Fabrice Fontaine
2021-02-12 12:01   ` François Perrad
2021-02-16 20:50   ` Arnout Vandecappelle
2021-02-12  6:39 ` [Buildroot] [PATCH v2,3/3] package/perl-gd: provide gd options Fabrice Fontaine
2021-02-12 12:02   ` François Perrad
2021-02-16 20:51   ` Arnout Vandecappelle
2021-02-12 12:01 ` [Buildroot] [PATCH v2, 1/3] package/perl-extutils-pkgconfig: new package François Perrad
2021-02-16 20:35 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.