Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / libtomcrypt / libtomcrypt_0.93.oe
1 DESCRIPTION = "LibTomCrypt is a fairly comprehensive, modular \
2 and portable cryptographic toolkit that provides developers \
3 with a vast array of well known published block ciphers, \
4 one-way hash functions, chaining modes, pseudo-random number \
5 generators, public key cryptography and a plethora of other \
6 routines."
7 SECTION = "libs"
8 PRIORITY = "optional"
9 DEPENDS = "virtual/libc"
10
11 #FIXME add dependencies for pdflatex or whatever that package uses to create docs
12
13 SRC_URI = "http://libtomcrypt.org/files/crypt-${PV}.tar.bz2 \
14            file://${FILESDIR}/install.patch;patch=1"
15
16 inherit autotools libtool
17
18 #FIXME add patch to make it shared
19
20 do_stage() {
21         install -m 0755 libtomcrypt.a ${STAGING_LIBDIR}/
22         install -m 0644 *.h ${STAGING_INCDIR}/
23 }
24