diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /libtomcrypt | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/libtomcrypt_0.93.oe | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/libtomcrypt/libtomcrypt_0.93.oe b/libtomcrypt/libtomcrypt_0.93.oe index b279e6f9bf..8567adc9de 100644 --- a/libtomcrypt/libtomcrypt_0.93.oe +++ b/libtomcrypt/libtomcrypt_0.93.oe @@ -1,6 +1,9 @@ -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. +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" @@ -8,8 +11,8 @@ 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 +SRC_URI = "http://libtomcrypt.org/files/crypt-${PV}.tar.bz2 \ + file://${FILESDIR}/install.patch;patch=1" inherit autotools libtool |