wok-next diff buffer/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d6378d455338
children
line diff
     1.1 --- a/buffer/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/buffer/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -1,31 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="buffer"
     1.8  VERSION="1.19"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="GPL disaster recovery solution."
    1.11 -MAINTAINER="erjo@slitaz.org"
    1.12 +SHORT_DESC="GPL disaster recovery solution"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://www.mondorescue.org/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tgz"
    1.18  WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
    1.19  
    1.20 -DEPENDS=""
    1.21 -BUILD_DEPENDS=""
    1.22 +compile_rules() {
    1.23 +	make || return 1
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	make
    1.29 +	install -Dm755 buffer $install/usr/bin/buffer
    1.30  
    1.31  	cp buffer.man buffer.1
    1.32  	cook_pick_manpages buffer.1
    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/bin
    1.39 -	
    1.40 -	cp -a $src/buffer  $fs/usr/bin
    1.41 +genpkg_rules() {
    1.42 +	copy @std
    1.43  }