wok-next diff tup/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents c59c1fa413a6
children d5aab818505e
line diff
     1.1 --- a/tup/receipt	Sat Mar 07 18:30:49 2015 +0000
     1.2 +++ b/tup/receipt	Tue Mar 27 12:50:45 2018 +0200
     1.3 @@ -1,29 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="tup"
     1.8  VERSION="0.7.3"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Tup is a file-based build system for Linux, OSX, and Windows."
    1.11 +SHORT_DESC="Tup is a file-based build system for Linux, OSX, and Windows"
    1.12  MAINTAINER="necrophcodr@necrophcodr.me"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://gittup.org/tup/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://gittup.org/tup/"
    1.18  WGET_URL="git|git://github.com/gittup/tup"
    1.19  
    1.20 -DEPENDS="fuse"
    1.21 -BUILD_DEPENDS="fuse-dev git"
    1.22 +BUILD_DEPENDS="fuse2-dev git"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	cd $src
    1.28 +compile_rules() {
    1.29  	./bootstrap.sh &&
    1.30 -	mkdir -p $DESTDIR/usr/bin
    1.31 -	cp tup $DESTDIR/usr/bin
    1.32 +	install -Dm755 tup $install/usr/bin/tup
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 -	cp -a $install/usr $fs/
    1.39 +genpkg_rules() {
    1.40 +	copy @std
    1.41 +	DEPENDS="fuse2"
    1.42  }