blob: 82ce4c8bffa778468c165f7b3f7172c1aae6f894 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "pwsafe is a unix commandline program that manages encrypted password databases."
AUTHOR = "Nicolas S. Dade <ndade@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
}
SRC_URI[md5sum] = "4bb36538a2772ecbf1a542bc7d4746c0"
SRC_URI[sha256sum] = "61e91dc5114fe014a49afabd574eda5ff49b36c81a6d492c03fcb10ba6af47b7"
|