wok annotate gsettings-desktop-schemas/receipt @ rev 21977

updated strace (4.12 -> 5.3)
author Hans-G?nter Theisgen
date Fri Oct 11 17:00:40 2019 +0100 (2019-10-11)
parents 86790a278e70
children 7ff8d25d7ddb
rev   line source
al@13522 1 # SliTaz package receipt.
al@13522 2
al@13522 3 PACKAGE="gsettings-desktop-schemas"
Hans-G?nter@21005 4 VERSION="3.28.1"
al@13522 5 CATEGORY="x-window"
Hans-G?nter@21005 6 SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop."
al@13522 7 MAINTAINER="al.bobylev@gmail.com"
pascal@14996 8 LICENSE="LGPL2.1"
Hans-G?nter@21005 9 WEB_SITE="https://www.gnome.org/"
Hans-G?nter@21005 10
al@13522 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@21005 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@13522 13
pascal@14996 14 DEPENDS=""
pascal@14996 15 BUILD_DEPENDS="libgio-dev glib-dev"
pascal@14996 16
al@13522 17 # Rules to configure and make the package.
al@13522 18 compile_rules()
al@13522 19 {
al@13522 20 ./configure --prefix=/usr &&
Hans-G?nter@21005 21 make -j 1 &&
pascal@14996 22 make DESTDIR=$DESTDIR install
al@13522 23 }
al@13522 24
al@13522 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13522 26 genpkg_rules()
al@13522 27 {
pascal@14996 28 cp -a $install/usr $fs
al@13522 29 }