Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libungif
Date: Mon, 23 Jul 2007 12:05:43 -0700 (PDT)	[thread overview]
Message-ID: <20070723190543.C93EA3007B@busybox.net> (raw)

Author: ulf
Date: 2007-07-23 12:05:43 -0700 (Mon, 23 Jul 2007)
New Revision: 19239

Log:
Cleanup of libungif package

Modified:
   trunk/buildroot/package/libungif/libungif.mk


Changeset:
Modified: trunk/buildroot/package/libungif/libungif.mk
===================================================================
--- trunk/buildroot/package/libungif/libungif.mk	2007-07-23 19:04:27 UTC (rev 19238)
+++ trunk/buildroot/package/libungif/libungif.mk	2007-07-23 19:05:43 UTC (rev 19239)
@@ -3,12 +3,12 @@
 # libungif
 #
 #############################################################
-LIBUNGIF_VER:=4.1.4
-LIBUNGIF_SOURCE:=libungif-$(LIBUNGIF_VER).tar.bz2
+LIBUNGIF_VERSION:=4.1.4
+LIBUNGIF_SOURCE:=libungif-$(LIBUNGIF_VERSION).tar.bz2
 LIBUNGIF_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libungif/$(LIBUNGIF_SOURCE)
-LIBUNGIF_DIR:=$(BUILD_DIR)/libungif-$(LIBUNGIF_VER)
+LIBUNGIF_DIR:=$(BUILD_DIR)/libungif-$(LIBUNGIF_VERSION)
 LIBUNGIF_CAT:=$(BZCAT)
-LIBUNGIF_BINARY:=libungif.so.$(LIBUNGIF_VER)
+LIBUNGIF_BINARY:=libungif.so.$(LIBUNGIF_VERSION)
 LIBUNGIF_TARGET_BINARY:=usr/lib/libungif.so
 
 $(DL_DIR)/$(LIBUNGIF_SOURCE):
@@ -16,12 +16,13 @@
 
 $(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\*
+	toolchain/patch-kernel.sh $(LIBUNGIF_DIR) package/libungif/ libungif-$(LIBUNGIF_VERSION)\*.patch\*
 	$(CONFIG_UPDATE) $(LIBUNGIF_DIR)
 	touch $@
 
 $(LIBUNGIF_DIR)/.configured: $(LIBUNGIF_DIR)/.unpacked
 	(cd $(LIBUNGIF_DIR); rm -rf config.cache; \
+		$(TARGET_CONFIGURE_ARGS) \
 		$(TARGET_CONFIGURE_OPTS) \
 		CFLAGS="$(TARGET_CFLAGS)" \
 		LDFLAGS="$(TARGET_LDFLAGS)" \

             reply	other threads:[~2007-07-23 19:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-23 19:05 ulf at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-08-01  8:35 [Buildroot] svn commit: trunk/buildroot/package/libungif ulf at uclibc.org
2007-11-09 16:53 vanokuten at uclibc.org
2007-11-30  9:12 ulf at uclibc.org

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=20070723190543.C93EA3007B@busybox.net \
    --to=ulf@uclibc.org \
    --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