wok-next diff openssl/receipt @ rev 87

Xorg proto + all new libs
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 02 22:24:15 2008 +0100 (2008-01-02)
parents 5f85fb04f6b8
children 1b129a8fd309
line diff
     1.1 --- a/openssl/receipt	Tue Dec 18 13:57:20 2007 +0100
     1.2 +++ b/openssl/receipt	Wed Jan 02 22:24:15 2008 +0100
     1.3 @@ -4,10 +4,12 @@
     1.4  VERSION="0.9.8g"
     1.5  CATEGORY="extra"
     1.6  SHORT_DESC="Open source Secure Sockets Layer."
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="pascal.bellard@slitaz.org"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.openssl.org/"
    1.11  WGET_URL="http://www.openssl.org/source/$TARBALL"
    1.12 +DEPENDS="libcrypto"
    1.13 +BUILD_DEPENDS="perl"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17 @@ -26,6 +28,8 @@
    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 $fr/usr/lib/libcrypto*
    1.23  	strip -s $fs/usr/bin/* 2>/dev/null
    1.24  }
    1.25