wok-next annotate gsettings-desktop-schemas/receipt @ rev 19921

freeglut: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 18:59:51 2017 +0200 (2017-10-14)
parents e70c0b9c5adf
children 064e844c047a
rev   line source
al@13522 1 # SliTaz package receipt.
al@13522 2
al@13522 3 PACKAGE="gsettings-desktop-schemas"
al@19693 4 VERSION="3.20.0"
al@13522 5 CATEGORY="x-window"
al@13522 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"
al@19693 9 WEB_SITE="http://www.gnome.org/"
al@19693 10
al@13522 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19693 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@13522 13
al@19693 14 DEPENDS="glib"
al@19779 15 BUILD_DEPENDS="glib-dev gobject-introspection-dev intltool"
pascal@14996 16
al@13522 17 # Rules to configure and make the package.
al@13522 18 compile_rules()
al@13522 19 {
al@19693 20 sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in &&
al@19693 21
al@19693 22 ./configure $CONFIGURE_ARGS && make && make 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 {
al@19783 28 copy usr/
al@19693 29 rm -rf $fs/usr/share/locale
al@13522 30 }