From: Anthony Viallard <viallard@syscom-instruments.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libgd : new package
Date: Fri, 4 Jan 2013 15:47:35 +0100 [thread overview]
Message-ID: <1357310855-31818-1-git-send-email-viallard@syscom-instruments.com> (raw)
Signed-off-by: Anthony Viallard <viallard@syscom-instruments.com>
---
package/Config.in | 1 +
package/libgd/Config.in | 6 ++++++
package/libgd/libgd.mk | 10 ++++++++++
3 files changed, 17 insertions(+), 0 deletion(-)
create mode 100644 package/libgd/Config.in
create mode 100644 package/libgd/libgd.mk
diff --git a/package/Config.in b/package/Config.in
index 2633997..eb18543 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -394,6 +394,7 @@ source "package/libdrm/Config.in"
source "package/libexif/Config.in"
source "package/libgail/Config.in"
source "package/libgeotiff/Config.in"
+source "package/libgd/Config.in"
source "package/libglade/Config.in"
source "package/gdk-pixbuf/Config.in"
source "package/libgtk2/Config.in"
diff --git a/package/libgd/Config.in b/package/libgd/Config.in
new file mode 100644
index 0000000..7049b42
--- /dev/null
+++ b/package/libgd/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBGD
+ bool "libgd"
+ help
+ A graphics library for fast image creation
+
+ https://bitbucket.org/pierrejoye/gd-libgd
diff --git a/package/libgd/libgd.mk b/package/libgd/libgd.mk
new file mode 100644
index 0000000..02b6f3a
--- /dev/null
+++ b/package/libgd/libgd.mk
@@ -0,0 +1,10 @@
+LIBGD_VERSION = 2.0.33
+LIBGD_SOURCE = GD_2_0_33.tar.gz
+LIBGD_SITE = https://bitbucket.org/pierrejoye/gd-libgd/get
+
+LIBGD_INSTALL_STAGING = YES
+LIBGD_INSTALL_TARGET = YES
+LIBGD_CONF_OPT =
+LIBGD_SUBDIR = src
+
+$(eval $(autotools-package))
--
1.7.10.4
next reply other threads:[~2013-01-04 14:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-04 14:47 Anthony Viallard [this message]
2013-01-04 15:12 ` [Buildroot] [PATCH] libgd : new package Thomas Petazzoni
2013-01-04 15:23 ` Viallard Anthony
2013-01-04 20:47 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1357310855-31818-1-git-send-email-viallard@syscom-instruments.com \
--to=viallard@syscom-instruments.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox