wok diff openssl/receipt @ rev 4385

Up: bind* (9.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Oct 14 21:35:31 2009 +0000 (2009-10-14)
parents 99ea393f53c2
children 088867d7c05d
line diff
     1.1 --- a/openssl/receipt	Wed Apr 08 20:57:26 2009 +0200
     1.2 +++ b/openssl/receipt	Wed Oct 14 21:35:31 2009 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.openssl.org/"
     1.6  WGET_URL="http://www.openssl.org/source/$TARBALL"
     1.7 -DEPENDS="libcrypto"
     1.8 +DEPENDS="libcrypto libssl"
     1.9  BUILD_DEPENDS="perl"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -24,12 +24,7 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 +	mkdir -p $fs/usr
    1.18  	cp -a $_pkg/etc $fs
    1.19  	cp -a $_pkg/usr/bin $fs/usr
    1.20 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.21 -	# libcryto* have moved to a specific package
    1.22 -	rm -f $fs/usr/lib/libcrypto*
    1.23 -	strip -s $fs/usr/bin/* 2>/dev/null
    1.24  }
    1.25 -