move libgcrypt-config into -dev package
authorPhil Blundell <philb@gnu.org>
Sun, 13 Jun 2004 17:01:54 +0000 (17:01 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 13 Jun 2004 17:01:54 +0000 (17:01 +0000)
BKrev: 40cc8882QEtbSFIUuG742LpMkjA7rw

libgcrypt/libgcrypt_1.1.91.oe

index c581ab9..c698509 100644 (file)
@@ -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