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

Add tcpreplay
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 07 17:41:21 2013 +0100 (2013-02-07)
parents 373911133ff9
children 76b72f1ad63c
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 DEPENDS=""
9 BUILD_DEPENDS="libgio-dev glib-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|')
12 WEB_SITE="http://www.gnome.org/"
13 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/usr $fs
28 }