diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /libtomcrypt | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/libtomcrypt_0.93.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtomcrypt/libtomcrypt_0.93.oe b/libtomcrypt/libtomcrypt_0.93.oe index 7ac810d31c..b279e6f9bf 100644 --- a/libtomcrypt/libtomcrypt_0.93.oe +++ b/libtomcrypt/libtomcrypt_0.93.oe @@ -1,10 +1,10 @@ -DESCRIPTION=LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers \ +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 +SECTION = "libs" +PRIORITY = "optional" +RDEPENDS = "libc6" +DEPENDS = "virtual/libc" #FIXME add dependencies for pdflatex or whatever that package uses to create docs |