wok-next diff xdelta/receipt @ rev 21370
updated minidlna (1.1.4 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 09:58:07 2020 +0100 (2020-04-16) |
parents | b630bd498153 |
children |
line diff
1.1 --- a/xdelta/receipt Mon Oct 30 10:18:38 2017 +0100 1.2 +++ b/xdelta/receipt Thu Apr 16 09:58:07 2020 +0100 1.3 @@ -1,31 +1,28 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="xdelta" 1.8 VERSION="3.1.0" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Binary diff, VCDIFF/RFC 3284 delta compression." 1.11 +SHORT_DESC="Binary diff, VCDIFF/RFC 3284 delta compression" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://xdelta.org/" 1.15 + 1.16 TARBALL="$PACKAGE$VERSION.tar.gz" 1.17 -WEB_SITE="http://xdelta.org/" 1.18 WGET_URL="https://github.com/jmacd/xdelta/archive/v$VERSION.tar.gz" 1.19 1.20 BUILD_DEPENDS="automake autoconf libtool" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 +compile_rules() { 1.26 cd $src/xdelta3 1.27 autoreconf -fi 1.28 - ./configure --prefix=/usr \ 1.29 + ./configure \ 1.30 + --prefix=/usr \ 1.31 $CONFIGURE_ARGS && 1.32 make && 1.33 - make DESTDIR=$DESTDIR install 1.34 + make DESTDIR=$install install 1.35 } 1.36 1.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.38 -genpkg_rules() 1.39 -{ 1.40 - mkdir -p $fs/usr 1.41 - cp -a $install/usr/bin $fs/usr 1.42 +genpkg_rules() { 1.43 + copy @std 1.44 }