wok-next diff lftp/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents b4441f9675df
children 315a1dc02606
line diff
     1.1 --- a/lftp/receipt	Sun Oct 22 12:23:02 2017 +0200
     1.2 +++ b/lftp/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -1,34 +1,31 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="lftp"
     1.8  VERSION="4.8.3"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Small but powerful ftp client"
    1.11 +SHORT_DESC="Small but powerful FTP client"
    1.12  MAINTAINER="mimas@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://lftp.yar.ru/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://lftp.yar.ru/"
    1.18  WGET_URL="${WEB_SITE}ftp/$TARBALL"
    1.19 +
    1.20 +BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev"
    1.21 +
    1.22  CROSS="bug: failed at test"
    1.23  
    1.24 -DEPENDS="gmp readline expat gnutls gcc-lib-base"
    1.25 -BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev"
    1.26 -
    1.27 -# Rules to configure and make the package.
    1.28 -compile_rules()
    1.29 -{
    1.30 +compile_rules() {
    1.31  	./configure \
    1.32  		--with-gnutls \
    1.33  		--without-openssl \
    1.34 -		--build=$HOST_SYSTEM \
    1.35 -		--host=$HOST_SYSTEM &&
    1.36 +		$CONFIGURE_ARGS &&
    1.37 +	fix libtool &&
    1.38  	make &&
    1.39  	make install
    1.40  }
    1.41  
    1.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.43 -genpkg_rules()
    1.44 -{
    1.45 -	mkdir -p $fs/usr
    1.46 -	cp -a $install/usr/bin $fs/usr
    1.47 +genpkg_rules() {
    1.48 +	copy @std
    1.49 +	DEPENDS="gmp readline expat gnutls gcc-lib-base"
    1.50  }