wok diff vsftpd/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 1cdc31757d53
children 4c4ad11b9096
line diff
     1.1 --- a/vsftpd/receipt	Tue Mar 13 00:58:13 2012 +0100
     1.2 +++ b/vsftpd/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -5,18 +5,20 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Secure FTP server"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS="wget"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://vsftpd.beasts.org/"
    1.12  WGET_URL="https://security.appspot.com/downloads/$TARBALL"
    1.13  
    1.14 +DEPENDS=""
    1.15 +BUILD_DEPENDS="wget"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	make 
    1.22 -	#&& make DESTDIR=$PWD/_pkg install
    1.23 +	#&& make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.