From 3c9d03fe6b10ca5af7e8e509bfcf01d2c53ce548 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 8 Oct 2009 20:38:42 -0700 Subject: shadow: add 4.1.4 --- recipes/shadow/shadow_4.1.4.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/shadow/shadow_4.1.4.bb (limited to 'recipes/shadow/shadow_4.1.4.bb') diff --git a/recipes/shadow/shadow_4.1.4.bb b/recipes/shadow/shadow_4.1.4.bb new file mode 100644 index 0000000000..393edce09e --- /dev/null +++ b/recipes/shadow/shadow_4.1.4.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "login/password utilities" +LICENSE = "GPL" + +inherit autotools + +SRC_URI = "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-${PV}.tar.gz" + +S = "${WORKDIR}/shadow-${PV}" + +CFLAGS_append = " -I../include" + -- cgit 1.2.3-korg