wok-next diff proxytunnel/receipt @ rev 21257

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents e6615350078d
children 3ee142cdcf1e
line diff
     1.1 --- a/proxytunnel/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/proxytunnel/receipt	Fri Dec 06 13:47:57 2019 +0100
     1.3 @@ -1,30 +1,27 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="proxytunnel"
     1.8  VERSION="1.9.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Connecting outside through HTTP(S) proxies."
    1.11 +SHORT_DESC="Connecting outside through HTTP(S) proxies"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://proxytunnel.sourceforge.net/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tgz"
    1.17 -WEB_SITE="http://proxytunnel.sourceforge.net/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="openssl gzip"
    1.21  BUILD_DEPENDS="openssl-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.28  	sed -i 's|/local||' Makefile
    1.29 +
    1.30  	make &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make DESTDIR=$install install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.36 -genpkg_rules()                                      
    1.37 -{
    1.38 -	mkdir -p $fs/usr
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 +genpkg_rules() {
    1.41 +	copy @std
    1.42 +	DEPENDS="openssl gzip"
    1.43  }