wok view gsettings-desktop-schemas/receipt @ rev 15259

yaws: remove some error triggers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 24 10:24:05 2013 +0000 (2013-09-24)
parents 712998947e9f
children ef0ea64965dc
line source
1 # SliTaz package receipt.
3 PACKAGE="gsettings-desktop-schemas"
4 VERSION="3.2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|')
11 WEB_SITE="http://www.gnome.org/"
12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="libgio-dev glib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }