wok-6.x rev 5289
Up: libssl (1.0.0) Match openssl
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 18 20:56:58 2010 +0200 (2010-04-18) |
parents | 5be7252f0e4b |
children | 401a6a398aeb |
files | libssl/receipt tazbb/stuff/tazbb |
line diff
1.1 --- a/libssl/receipt Sun Apr 18 14:25:40 2010 +0200 1.2 +++ b/libssl/receipt Sun Apr 18 20:56:58 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libssl" 1.7 -VERSION="0.9.8l" 1.8 +VERSION="1.0.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="OpenSSL libraries." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/tazbb/stuff/tazbb Sun Apr 18 14:25:40 2010 +0200 2.2 +++ b/tazbb/stuff/tazbb Sun Apr 18 20:56:58 2010 +0200 2.3 @@ -366,6 +366,7 @@ 2.4 WANTED="" 2.5 echo "(cooking <a href=\"log.php?package=$(escape $pkg)\">$pkg</a>)" > $DB_DIR/running 2.6 tazwok clean $pkg 2.7 + rm -rf $BUILD_WOK/$pkg/$pkg-* 2.8 script -c "echo 'install' | tazwok cook $pkg" $LOG_DIR/$pkg.log 2.9 # Install new package (important for new shared libs). Note 2.10 # that tests are done separatly with 'test_packages' and should