From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.bb (limited to 'recipes/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.bb') diff --git a/recipes/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.bb b/recipes/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.bb new file mode 100644 index 0000000000..3c4eb9a530 --- /dev/null +++ b/recipes/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.bb @@ -0,0 +1,20 @@ +# gtk2-ssh-askpass OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="GTK2 ssh askpass utility" +HOMEPAGE="http://www.cgabriel.org/sw/gtk2-ssh-askpass/" +LICENSE = "GPL" +SECTION = "network/misc" + +SRC_URI="http://src.gentoo.pl/distfiles/gtk2-ssh-askpass-${PV}.tar.gz \ + file://makefile.patch;patch=1" + +DEPENDS="gtk+" + +do_install() { + install -d ${D}${bindir} + install -d ${D}${libexecdir} + cp ${S}/gtk2-ssh-askpass ${D}${bindir} + ln -s ${bindir}/gtk2-ssh-askpass ${D}${libexecdir}/ssh-askpass +} -- cgit v1.2.3