diff options
Diffstat (limited to 'libtomcrypt/libtomcrypt_0.93.oe')
-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 |