summaryrefslogtreecommitdiff
path: root/libdes/libdes_4.01.oe
blob: 8c57374ccd6180f9b70409dc82368553f09e97e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "A DES encryption library"
SECTION = "libs"
PRIORITY = "optional"
RDEPENDS = "libc6"
DEPENDS = "virtual/libc"

SRC_URI = http://www.agentpp.com/libdes-l-${PV}.tar.gz \
          file://${FILESDIR}/cross-compile.patch;patch=1
S = "${WORKDIR}/${PN}"

do_compile() {
	oe_runmake libdes.a
}

do_stage() {
	install -m 0755 libdes.a ${STAGING_LIBDIR}/
	install -m 0644 des.h ${STAGING_INCDIR}/
}