wok-6.x diff snapper/receipt @ rev 23783
updated xvidcore and xvidcore-dev (1.3.5 -> 1.3.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 21 14:35:48 2020 +0100 (2020-05-21) |
parents | ca70cc6b85be |
children | 934055de50e2 |
line diff
1.1 --- a/snapper/receipt Tue Jan 07 19:13:38 2020 +0100 1.2 +++ b/snapper/receipt Thu May 21 14:35:48 2020 +0100 1.3 @@ -1,29 +1,36 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="snapper" 1.7 -VERSION="0.8.6" 1.8 +VERSION="0.8.7" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="The ultimate snapshot tool for Linux." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="http://snapper.io/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://snapper.io/" 1.17 WGET_URL="ftp://ftp.suse.com/pub/projects/snapper/$TARBALL" 1.18 + 1.19 +DEPENDS="acl attr dbus gcc83-lib-base libboost-system libboost-thread libxml2 \ 1.20 + util-linux-blkid util-linux-mount util-linux-uuid zlib" 1.21 +BUILD_DEPENDS="btrfs-dev dbus-dev docbook-xsl e2fsprogs-dev gcc83 1.22 + libboost-dev libboost-thread-dev libjson-c-dev lvm2 pkg-config 1.23 + util-linux-mount-dev util-linux-uuid" 1.24 + 1.25 CONFIG_FILES="/etc/snapper" 1.26 1.27 -DEPENDS="gcc83-lib-base libboost-thread libboost-system libxml2 acl attr zlib \ 1.28 -util-linux-mount util-linux-blkid util-linux-uuid dbus" 1.29 -BUILD_DEPENDS="util-linux-mount-dev lvm2 btrfs-dev pkg-config dbus-dev gcc83 \ 1.30 -libboost-dev libboost-thread-dev e2fsprogs-dev docbook-xsl" 1.31 - 1.32 # Rules to configure and make the package. 1.33 compile_rules() 1.34 { 1.35 export LDFLAGS="$LDFLAGS -luuid" 1.36 - ./configure CC=gcc-83 CXX=g++-83 --prefix=/usr \ 1.37 - --infodir=/usr/share/info \ 1.38 - --mandir=/usr/share/man \ 1.39 - --disable-pam \ 1.40 + 1.41 + ./configure \ 1.42 + CC=gcc-83 \ 1.43 + CXX=g++-83 \ 1.44 + --prefix=/usr \ 1.45 + --infodir=/usr/share/info \ 1.46 + --mandir=/usr/share/man \ 1.47 + --disable-pam \ 1.48 $CONFIGURE_ARGS && 1.49 make && 1.50 make DESTDIR=$DESTDIR install 1.51 @@ -32,13 +39,15 @@ 1.52 # Rules to gen a SliTaz package suitable for Tazpkg. 1.53 genpkg_rules() 1.54 { 1.55 - mkdir -p $fs/usr/share $fs/usr/lib 1.56 - cp -a $install/usr/bin $fs/usr 1.57 - cp -a $install/usr/sbin $fs/usr 1.58 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.59 - cp -a $install/usr/lib/zypp $fs/usr/lib 1.60 - cp -a $install/usr/lib/snapper $fs/usr/lib 1.61 - cp -a $install/usr/share/dbus* $fs/usr/share 1.62 - cp -a $install/usr/share/locale $fs/usr/share 1.63 - cp -a $install/etc $fs 1.64 + mkdir -p $fs/usr/share 1.65 + mkdir -p $fs/usr/lib 1.66 + 1.67 + cp -a $install/usr/bin $fs/usr 1.68 + cp -a $install/usr/sbin $fs/usr 1.69 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.70 + cp -a $install/usr/lib/zypp $fs/usr/lib 1.71 + cp -a $install/usr/lib/snapper $fs/usr/lib 1.72 + cp -a $install/usr/share/dbus* $fs/usr/share 1.73 + cp -a $install/usr/share/locale $fs/usr/share 1.74 + cp -a $install/etc $fs 1.75 }