wok-4.x diff openvpn/receipt @ rev 2176
Add h8300-binutils, h8300-gcc3 and h8300-gdb (thanks Matthew)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 08 16:52:33 2009 +0000 (2009-02-08) |
parents | 10710b8535bc |
children | 531c46fb873d |
line diff
1.1 --- a/openvpn/receipt Thu Jul 24 12:27:06 2008 +0000 1.2 +++ b/openvpn/receipt Sun Feb 08 16:52:33 2009 +0000 1.3 @@ -9,15 +9,15 @@ 1.4 WEB_SITE="http://openvpn.net/" 1.5 WGET_URL="${WEB_SITE}release/$TARBALL" 1.6 DEPENDS="lzo openssl" 1.7 -BUILD_DEPENDS="lzo-dev openssl-dev" 1.8 +BUILD_DEPENDS="lzo-dev openssl-dev libcrypto-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 cd $src 1.14 ./configure --prefix=/usr \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21