From 751bfdd0ae483c8078215c077f7f184cd934be2d Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Fri, 2 Oct 2009 19:10:14 -0300 Subject: [PATCH 073/118] stow-1.3.3: adding recipe Signed-off-by: Ricardo Salveti de Araujo --- recipes/stow/stow/fix_perl_path.patch | 10 ++++++++++ recipes/stow/stow_1.3.3.bb | 11 +++++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 recipes/stow/stow/fix_perl_path.patch create mode 100644 recipes/stow/stow_1.3.3.bb diff --git a/recipes/stow/stow/fix_perl_path.patch b/recipes/stow/stow/fix_perl_path.patch new file mode 100644 index 0000000..315fdb8 --- /dev/null +++ b/recipes/stow/stow/fix_perl_path.patch @@ -0,0 +1,10 @@ +Index: stow-1.3.3/stow.in +=================================================================== +--- stow-1.3.3.orig/stow.in ++++ stow-1.3.3/stow.in +@@ -1,4 +1,4 @@ +-#!@PERL@ ++#!@bindir@/env perl + + # GNU Stow - manage the installation of multiple software recipes + # Copyright (C) 1993, 1994, 1995, 1996 by Bob Glickstein diff --git a/recipes/stow/stow_1.3.3.bb b/recipes/stow/stow_1.3.3.bb new file mode 100644 index 0000000..429a6b7 --- /dev/null +++ b/recipes/stow/stow_1.3.3.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "manage installation of software in /usr/local" +HOMEPAGE = "http://www.gnu.org/software/stow/" +LICENSE = "GPL-2" +DEPENDS = "perl-native" +RDEPENDS = "perl" +PR = "r0" + +inherit autotools + +SRC_URI = "${GNU_MIRROR}/stow/${PN}-${PV}.tar.gz \ + file://fix_perl_path.patch;patch=1" -- 1.6.3.3