All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] ccrypt: new package
Date: Wed, 9 Jul 2014 14:03:32 +0300	[thread overview]
Message-ID: <20140709110332.GG3003@tarshish> (raw)
In-Reply-To: <1404902304-10124-1-git-send-email-david.bachelart@bbright.com>

Hi David,

On Wed, Jul 09, 2014 at 12:38:24PM +0200, David Bachelart wrote:
> ccrypt is a utility for encrypting and decrypting files and streams.
> 
> Signed-off-by: David Bachelart <david.bachelart@bbright.com>
> ---
>  package/Config.in        |    1 +
>  package/ccrypt/Config.in |    6 ++++++
>  package/ccrypt/ccrypt.mk |   20 ++++++++++++++++++++
>  3 files changed, 27 insertions(+)
>  create mode 100644 package/ccrypt/Config.in
>  create mode 100644 package/ccrypt/ccrypt.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index f30c25f..c626968 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1094,6 +1094,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
>  endif
>  comment "Utilities"
>  	source "package/at/Config.in"
> +	source "package/ccrypt/Config.in"
>  	source "package/dialog/Config.in"
>  	source "package/dtach/Config.in"
>  	source "package/file/Config.in"
> diff --git a/package/ccrypt/Config.in b/package/ccrypt/Config.in
> new file mode 100644
> index 0000000..99c4d47
> --- /dev/null
> +++ b/package/ccrypt/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_CCRYPT
> +        bool "ccrypt"
> +        help
> +          ccrypt is a utility for encrypting and decrypting files and streams.
> +
> +          http://ccrypt.sourceforge.net/
> diff --git a/package/ccrypt/ccrypt.mk b/package/ccrypt/ccrypt.mk
> new file mode 100644
> index 0000000..51696c0
> --- /dev/null
> +++ b/package/ccrypt/ccrypt.mk
> @@ -0,0 +1,20 @@
> +################################################################################
> +#
> +# ccrypt
> +#
> +################################################################################
> +
> +CCRYPT_VERSION = 1.10
> +CCRYPT_SOURCE = ccrypt-$(CCRYPT_VERSION).tar.gz

This is the default. Please remove.

> +CCRYPT_SITE = http://ccrypt.sourceforge.net/download/
> +
> +CCRYPT_INSTALL_STAGING = NO
> +CCRYPT_INSTALL_TARGET = YES
> +CCRYPT_CONF_OPT = 

All three are default. Please remove.

> +CCRYPT_LICENSE = GPLv2

The website (http://ccrypt.sourceforge.net/) and the README file has the "any 
later version" language, so this should be GPLv2+.

> +CCRYPT_LICENSE_FILES = COPYING
> +
> +CCRYPT_DEPENDENCIES = 

This is default. Please remove.

> +$(eval $(autotools-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:[~2014-07-09 11:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-09 10:38 [Buildroot] [PATCH 1/1] ccrypt: new package David Bachelart
2014-07-09 11:03 ` Baruch Siach [this message]
2014-07-09 11:55   ` David Bachelart
  -- strict thread matches above, loose matches on Subject: below --
2014-07-09 11:55 David Bachelart
2014-07-09 12:14 ` Baruch Siach
2014-07-09 12:34   ` David Bachelart

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=20140709110332.GG3003@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.