Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] rapidxml: new package
Date: Mon, 3 Aug 2015 22:57:42 +0300	[thread overview]
Message-ID: <20150803195742.GJ3345@tarshish> (raw)
In-Reply-To: <1438625054-7118-1-git-send-email-yba@tkos.co.il>

Hi Yonatan,

On Mon, Aug 03, 2015 at 09:04:14PM +0300, Jonathan Ben-Avraham wrote:
> +RAPIDXML_VERSION = 1.13
> +RAPIDXML_SOURCE = rapidxml-$(RAPIDXML_VERSION).zip
> +
> +#RAPIDXML_SITE = http://sourceforge.net/projects/rapidxml/files/latest/download

Please remove.

> +RAPIDXML_SITE = http://garr.dl.sourceforge.net/project/rapidxml/rapidxml/rapidxml%201.13/

Does

RAPIDXML_SITE = http://sourceforge.net/project/rapidxml/rapidxml/rapidxml%20$(RAPIDXML_VERSION)/

work?

> +RAPIDXML_LICENSE = MIT
> +RAPIDXML_LICENSE_FILES = license.txt
> +RAPIDXML_INSTALL_TARGET = NO

This needs an explanation comment. Is this a header only package?

> +RAPIDXML_INSTALL_STAGING = YES
> +
> +define RAPIDXML_EXTRACT_CMDS
> +	$(UNZIP) -d $(@D) $(DL_DIR)/$(RAPIDXML_SOURCE)
> +endef
> +
> +define RAPIDXML_INSTALL_STAGING_CMDS
> +	cp -dpfr $(@D)/rapidxml-$(RAPIDXML_VERSION)/*hpp $(STAGING_DIR)/usr/include
> +endef
> +
> +$(eval $(generic-package))

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2015-08-03 19:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-03 18:04 [Buildroot] [PATCH 1/1] rapidxml: new package Jonathan Ben-Avraham
2015-08-03 19:57 ` Baruch Siach [this message]
2015-08-04 16:37   ` Jonathan Ben Avraham
2015-08-04 20:40     ` Baruch Siach

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=20150803195742.GJ3345@tarshish \
    --to=baruch@tkos.co.il \
    --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