add libdes (DES encryption library)
authorMichael Lauer <mickey@vanille-media.de>
Sun, 15 Feb 2004 01:02:09 +0000 (01:02 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 15 Feb 2004 01:02:09 +0000 (01:02 +0000)
BKrev: 402ec511B9a0FmR7HsGiOLj1TIp72g

libdes/libdes-4.01/cross-compile.patch [new file with mode: 0644]
libdes/libdes_4.01.oe [new file with mode: 0644]
libtomcrypt/libtomcrypt_0.93.oe

diff --git a/libdes/libdes-4.01/cross-compile.patch b/libdes/libdes-4.01/cross-compile.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/libdes/libdes_4.01.oe b/libdes/libdes_4.01.oe
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..7ac810d 100644 (file)
@@ -0,0 +1,22 @@
+DESCRIPTION=LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers \
+with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number  \
+generators, public key cryptography and a plethora of other routines.
+SECTION="libs"
+PRIORITY="optional"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc
+
+#FIXME add dependencies for pdflatex or whatever that package uses to create docs
+
+SRC_URI = http://libtomcrypt.org/files/crypt-${PV}.tar.bz2 \
+          file://${FILESDIR}/install.patch;patch=1
+
+inherit autotools libtool
+
+#FIXME add patch to make it shared
+
+do_stage() {
+       install -m 0755 libtomcrypt.a ${STAGING_LIBDIR}/
+       install -m 0644 *.h ${STAGING_INCDIR}/
+}
+