From 38b4feff6fa66124deccb11943583520ff8ea313 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Wed, 11 Nov 2009 13:19:43 -0300 Subject: [PATCH 072/118] sharutils: Adding recipe Needed for qt4 packaging in mamona sdk Signed-off-by: Willer Moreira Signed-off-by: Ricardo Salveti de Araujo --- recipes/sharutils/sharutils_4.6.3.bb | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 recipes/sharutils/sharutils_4.6.3.bb diff --git a/recipes/sharutils/sharutils_4.6.3.bb b/recipes/sharutils/sharutils_4.6.3.bb new file mode 100644 index 0000000..e8cbf02 --- /dev/null +++ b/recipes/sharutils/sharutils_4.6.3.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "This is the set of GNU shar utilities." +HOMEPAGE = "http://www.gnu.org/software/sharutils/" +SECTION = "console/utils" +LICENSE = "GPLv2" + +SRC_URI = "ftp://ftp.gnu.org/gnu/sharutils/REL-${PV}/sharutils-${PV}.tar.gz" + +inherit autotools + +S = "${WORKDIR}/sharutils-${PV}" -- 1.6.3.3