From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] libmcrypt: new package
Date: Sun, 13 Jan 2013 21:28:39 +0100 [thread overview]
Message-ID: <87libwx1xk.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1357582380-22332-2-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Mon, 7 Jan 2013 15:12:59 -0300")
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/Config.in | 1 +
Gustavo> package/libmcrypt/Config.in | 7 +++++++
Gustavo> package/libmcrypt/libmcrypt-nocxx.patch | 15 +++++++++++++++
Gustavo> package/libmcrypt/libmcrypt.mk | 21 +++++++++++++++++++++
Gustavo> 4 files changed, 44 insertions(+), 0 deletions(-)
Gustavo> create mode 100644 package/libmcrypt/Config.in
Gustavo> create mode 100644 package/libmcrypt/libmcrypt-nocxx.patch
Gustavo> create mode 100644 package/libmcrypt/libmcrypt.mk
Gustavo> +++ b/package/libmcrypt/libmcrypt.mk
Gustavo> @@ -0,0 +1,21 @@
Gustavo> +#############################################################
Gustavo> +#
Gustavo> +# libmcrypt
Gustavo> +#
Gustavo> +#############################################################
Gustavo> +
Gustavo> +LIBMCRYPT_VERSION = 2.5.8
Gustavo> +LIBMCRYPT_SITE = http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/$(LIBMCRYPT_VERSION)
Gustavo> +LIBMCRYPT_AUTORECONF = YES
Gustavo> +LIBMCRYPT_INSTALL_STAGING = YES
Gustavo> +LIBMCRYPT_LICENSE = LGPLv2.1
Gustavo> +LIBMCRYPT_LICENSE_FILES = COPYING.LIB
Gustavo> +
Gustavo> +define LIBMCRYPT_STAGING_LIBMCRYPT_CONFIG_FIXUP
Gustavo> + $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/libmcrypt-config
Gustavo> + $(SED) "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/libmcrypt-config
I rewrote this to change both in a single sed invocation similar to
other scripts and committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-01-13 20:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 18:12 [Buildroot] [PATCH 1/3] libmhash: new package Gustavo Zacarias
2013-01-07 18:12 ` [Buildroot] [PATCH 2/3] libmcrypt: " Gustavo Zacarias
2013-01-13 20:28 ` Peter Korsgaard [this message]
2013-01-07 18:13 ` [Buildroot] [PATCH 3/3] mcrypt: " Gustavo Zacarias
2013-01-13 20:30 ` Peter Korsgaard
2013-01-13 20:24 ` [Buildroot] [PATCH 1/3] libmhash: " 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=87libwx1xk.fsf@dell.be.48ers.dk \
--to=jacmet@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