wok rev 22599

Up snapper (0.8.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 07 19:13:38 2020 +0100 (2020-01-07)
parents 3efe33e068cd
children 75ca9eeaad71
files snapper/receipt task/receipt
line diff
     1.1 --- a/snapper/receipt	Tue Jan 07 17:58:36 2020 +0100
     1.2 +++ b/snapper/receipt	Tue Jan 07 19:13:38 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="snapper"
     1.7 -VERSION="0.8.3"
     1.8 +VERSION="0.8.6"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The ultimate snapshot tool for Linux."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,15 +11,16 @@
    1.13  WGET_URL="ftp://ftp.suse.com/pub/projects/snapper/$TARBALL"
    1.14  CONFIG_FILES="/etc/snapper"
    1.15  
    1.16 -DEPENDS="gcc49-lib-base libboost-thread libboost-system libxml2 acl attr zlib \
    1.17 +DEPENDS="gcc83-lib-base libboost-thread libboost-system libxml2 acl attr zlib \
    1.18  util-linux-mount util-linux-blkid util-linux-uuid dbus"
    1.19 -BUILD_DEPENDS="util-linux-mount-dev lvm2 btrfs-dev pkg-config dbus-dev gcc49 \
    1.20 +BUILD_DEPENDS="util-linux-mount-dev lvm2 btrfs-dev pkg-config dbus-dev gcc83 \
    1.21  libboost-dev libboost-thread-dev e2fsprogs-dev docbook-xsl"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure CC=gcc-49 CXX=g++-49 --prefix=/usr \
    1.27 +	export LDFLAGS="$LDFLAGS -luuid"
    1.28 +	./configure CC=gcc-83 CXX=g++-83 --prefix=/usr \
    1.29  		--infodir=/usr/share/info \
    1.30  		--mandir=/usr/share/man \
    1.31  		--disable-pam \
     2.1 --- a/task/receipt	Tue Jan 07 17:58:36 2020 +0100
     2.2 +++ b/task/receipt	Tue Jan 07 19:13:38 2020 +0100
     2.3 @@ -13,7 +13,7 @@
     2.4  WGET_URL="${WEB_SITE}download/$TARBALL"
     2.5  
     2.6  DEPENDS="gcc83-lib-base libgnutls ncurses util-linux-uuid"
     2.7 -BUILD_DEPENDS="cmake gcc83 gnutls gnutls-dev ncurses-dev util-linux-uuid-dev"
     2.8 +BUILD_DEPENDS="cmake gcc83 libgnutls gnutls-dev ncurses-dev util-linux-uuid-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()