From: Rolf Leggewie Date: Wed, 16 Jan 2008 15:11:59 +0000 (+0000) Subject: add pwsafe to .dev X-Git-Tag: Release-2010-05/1~7890^2~7^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0664039e8b169519dca65ea38450d634a3f8ed5c;p=openembedded.git add pwsafe to .dev closes 1065 --- diff --git a/packages/pwsafe/.mtn2git_empty b/packages/pwsafe/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/pwsafe/pwsafe_0.2.0.bb b/packages/pwsafe/pwsafe_0.2.0.bb new file mode 100644 index 0000000000..1d06326037 --- /dev/null +++ b/packages/pwsafe/pwsafe_0.2.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "pwsafe is a unix commandline program that manages encrypted password databases." +AUTHOR = "Nicolas S. Dade " +HOMEPAGE = "http://pwsafe.sf.net" +# SECTION +PRIORITY = "optional" +LICENSE = "GPLv2" +DEPENDS = "openssl readline" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" + +inherit autotools + +# zecke-workaround ;-) Thanks. Should contact upstream to fix their stuff +EXTRA_OECONF = " --with-openssl-dir=/bla/bla" + +do_configure_prepend() { + rm ${S}/configure +}