[oe-commits] org.oe.dev add pwsafe to .dev

Laibsch commit openembedded-commits at lists.openembedded.org
Wed Jan 16 20:29:13 UTC 2008


add pwsafe to .dev
closes 1065

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 7be93ec190abd097c5467d4e78bd0e244dfb1a14
ViewMTN: http://monotone.openembedded.org/revision/info/7be93ec190abd097c5467d4e78bd0e244dfb1a14
Files:
1
packages/pwsafe
packages/pwsafe/pwsafe_0.2.0.bb
Diffs:

#
# mt diff -rc7289c9605cd6d73dd8698f9214422a66461880d -r7be93ec190abd097c5467d4e78bd0e244dfb1a14
#
# 
# 
# add_dir "packages/pwsafe"
# 
# add_file "packages/pwsafe/pwsafe_0.2.0.bb"
#  content [74b026623cf0a33873ea495d93977109766da810]
# 
============================================================
--- packages/pwsafe/pwsafe_0.2.0.bb	74b026623cf0a33873ea495d93977109766da810
+++ packages/pwsafe/pwsafe_0.2.0.bb	74b026623cf0a33873ea495d93977109766da810
@@ -0,0 +1,18 @@
+DESCRIPTION = "pwsafe is a unix commandline program that manages encrypted password databases."
+AUTHOR = "Nicolas S. Dade <ndade at nsd.dyndns.org>"
+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
+}






More information about the Openembedded-commits mailing list