gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKG
[openembedded.git] / recipes / pwsafe / pwsafe_0.2.0.bb
blob82ce4c8bffa778468c165f7b3f7172c1aae6f894
1 DESCRIPTION = "pwsafe is a unix commandline program that manages encrypted password databases."
2 AUTHOR = "Nicolas S. Dade <ndade@nsd.dyndns.org>"
3 HOMEPAGE = "http://pwsafe.sf.net"
4 # SECTION
5 PRIORITY = "optional"
6 LICENSE = "GPLv2"
7 DEPENDS = "openssl readline"
9 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
11 inherit autotools
13 # zecke-workaround ;-) Thanks. Should contact upstream to fix their stuff
14 EXTRA_OECONF = " --with-openssl-dir=/bla/bla"
16 do_configure_prepend() {
17 rm ${S}/configure
20 SRC_URI[md5sum] = "4bb36538a2772ecbf1a542bc7d4746c0"
21 SRC_URI[sha256sum] = "61e91dc5114fe014a49afabd574eda5ff49b36c81a6d492c03fcb10ba6af47b7"