libtomcrypt: fix SRC_URI (close oebug 4159), bump to 1.17, fix staging
authorJunqian Gordon Xu <xjqian@gmail.com>
Tue, 15 Apr 2008 03:44:57 +0000 (03:44 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Tue, 15 Apr 2008 03:44:57 +0000 (03:44 +0000)
* no idea why the previous maintainer leave do_install empty, but assuming there is a legit reason.

packages/libtomcrypt/libtomcrypt_1.17.bb [moved from packages/libtomcrypt/libtomcrypt_0.97b.bb with 81% similarity]

similarity index 81%
rename from packages/libtomcrypt/libtomcrypt_0.97b.bb
rename to packages/libtomcrypt/libtomcrypt_1.17.bb
index 66ad673..1d0c664 100644 (file)
@@ -7,7 +7,9 @@ routines."
 SECTION = "libs/network"
 PRIORITY = "optional"
 LICENSE = "PD"
-SRC_URI = "http://libtomcrypt.org/files/crypt-${PV}.tar.bz2"
+PR = "r0"
+
+SRC_URI = "http://libtom.org/files/crypt-${PV}.tar.bz2"
 
 inherit autotools
 
@@ -17,10 +19,9 @@ EXTRA_OEMAKE = "library"
 
 do_stage() {
        oe_libinstall -a libtomcrypt ${STAGING_LIBDIR}/
-       install -m 0644 *.h ${STAGING_INCDIR}/
+       install -m 0644 ${S}/src/headers/*.h ${STAGING_INCDIR}/
 }
 
 do_install() {
        :
 }
-