From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: libungif
Date: Mon, 23 Jul 2007 12:41:31 +0200 [thread overview]
Message-ID: <20070723104131.GC7044@aon.at> (raw)
In-Reply-To: <20070723082356.E77ACA6602@busybox.net>
On Mon, Jul 23, 2007 at 01:23:56AM -0700, ulf at uclibc.org wrote:
>Author: ulf
>Date: 2007-07-23 01:23:54 -0700 (Mon, 23 Jul 2007)
>New Revision: 19203
>Added: trunk/buildroot/package/libungif/libungif.mk
>===================================================================
>--- trunk/buildroot/package/libungif/libungif.mk (rev 0)
>+++ trunk/buildroot/package/libungif/libungif.mk 2007-07-23 08:23:54 UTC (rev 19203)
>@@ -0,0 +1,69 @@
>+#############################################################
>+#
>+# libungif
>+#
>+#############################################################
>+LIBUNGIF_VER:=4.1.4
again..
>+LIBUNGIF_SOURCE:=libungif-$(LIBUNGIF_VER).tar.bz2
>+LIBUNGIF_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libungif/$(LIBUNGIF_SOURCE)
>+LIBUNGIF_DIR:=$(BUILD_DIR)/libungif-$(LIBUNGIF_VER)
>+LIBUNGIF_CAT:=$(BZCAT)
>+LIBUNGIF_BINARY:=libungif.so.$(LIBUNGIF_VER)
>+LIBUNGIF_TARGET_BINARY:=usr/lib/libungif.so
>+
>+$(DL_DIR)/$(LIBUNGIF_SOURCE):
>+ $(WGET) -P $(DL_DIR) $(LIBUNGIF_SITE)/$(LIBUNGIF_SOURCE)
>+
>+$(LIBUNGIF_DIR)/.unpacked: $(DL_DIR)/$(LIBUNGIF_SOURCE)
>+ $(LIBUNGIF_CAT) $(DL_DIR)/$(LIBUNGIF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
>+ toolchain/patch-kernel.sh $(LIBUNGIF_DIR) package/libungif/ libungif-$(LIBUNGIF_VER)\*.patch\*
>+ $(CONFIG_UPDATE) $(LIBUNGIF_DIR)
>+ touch $@
>+
>+$(LIBUNGIF_DIR)/.configured: $(LIBUNGIF_DIR)/.unpacked
>+ (cd $(LIBUNGIF_DIR); rm -rf config.cache; \
>+ $(TARGET_CONFIGURE_OPTS) \
>+ CFLAGS="$(TARGET_CFLAGS)" \
>+ LDFLAGS="$(TARGET_LDFLAGS)" \
.. and again
>+ ./configure \
>+ --target=$(GNU_TARGET_NAME) \
>+ --host=$(GNU_TARGET_NAME) \
>+ --build=$(GNU_HOST_NAME) \
>+ --sysconfdir=/etc \
>+ --enable-shared \
>+ --enable-static \
>+ --prefix=/usr \
>+ --without-x \
>+ );
>+ touch $@
prev parent reply other threads:[~2007-07-23 10:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-23 8:23 [Buildroot] svn commit: trunk/buildroot/package: libungif ulf at uclibc.org
2007-07-23 10:41 ` Bernhard Fischer [this message]
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=20070723104131.GC7044@aon.at \
--to=rep.dot.nop@gmail.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