wok rev 9068

Up: lftp to 4.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 04 08:06:06 2011 +0000 (2011-03-04)
parents fd0cd02a0549
children b936343846df
files lftp/receipt
line diff
     1.1 --- a/lftp/receipt	Fri Mar 04 07:43:01 2011 +0000
     1.2 +++ b/lftp/receipt	Fri Mar 04 08:06:06 2011 +0000
     1.3 @@ -1,12 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lftp"
     1.7 -VERSION="4.1.3"
     1.8 +VERSION="4.2.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Small but powerful ftp client"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12  DEPENDS="readline expat gcc-lib-base"
    1.13 -BUILD_DEPENDS="readline-dev expat-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://lftp.yar.ru/"
    1.16  WGET_URL="http://ftp.yars.free.net/pub/source/lftp/$TARBALL"
    1.17 @@ -16,14 +15,10 @@
    1.18  {
    1.19  	cd $src
    1.20  	./configure \
    1.21 -		--prefix=/usr \
    1.22 -		--infodir=/usr/share/info \
    1.23  		--without-gnutls \
    1.24 -		--without-openssl \
    1.25 -		--mandir=/usr/share/man \
    1.26 -		$CONFIGURE_ARGS &&
    1.27 +		--without-openssl &&
    1.28  	make &&
    1.29 -	make DESTDIR=$PWD/_pkg install
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 @@ -31,6 +26,5 @@
    1.35  {
    1.36  	mkdir -p $fs/usr
    1.37  	cp -a $_pkg/usr/bin $fs/usr
    1.38 -	strip -s $fs/usr/bin/*
    1.39  }
    1.40