diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-13 17:01:54 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-13 17:01:54 +0000 |
commit | b8de8989d3344a0fd64dd19bcdfde02a5804ef20 (patch) | |
tree | 14c18fb7d42ca5cc96d18fa8fb8ced7511ff1d2b /libgcrypt | |
parent | f6262ccc0ad9aac25492272f5578eacc8dd423df (diff) |
move libgcrypt-config into -dev package
BKrev: 40cc8882QEtbSFIUuG742LpMkjA7rw
Diffstat (limited to 'libgcrypt')
-rw-r--r-- | libgcrypt/libgcrypt_1.1.91.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe index c581ab9e67..c698509724 100644 --- a/libgcrypt/libgcrypt_1.1.91.oe +++ b/libgcrypt/libgcrypt_1.1.91.oe @@ -1,9 +1,14 @@ +PR = "r1" DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" DEPENDS = "libgpg-error" +# move libgcrypt-config into -dev package +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev += "${bindir}" + SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-${PV}.tar.gz" inherit autotools |