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

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 373911133ff9
children 76b72f1ad63c
rev   line source
al@13522 1 # SliTaz package receipt.
al@13522 2
al@13522 3 PACKAGE="gsettings-desktop-schemas"
al@13522 4 VERSION="3.2.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"
al@13524 8 DEPENDS=""
al@13524 9 BUILD_DEPENDS="libgio-dev glib-dev"
al@13522 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@13522 11 HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|')
al@13522 12 WEB_SITE="http://www.gnome.org/"
al@13522 13 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL"
al@13522 14
al@13522 15 # Rules to configure and make the package.
al@13522 16 compile_rules()
al@13522 17 {
al@13522 18 cd $src
al@13522 19 ./configure --prefix=/usr &&
al@13522 20 make &&
al@13522 21 make DESTDIR=$PWD/_pkg install
al@13522 22 }
al@13522 23
al@13522 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13522 25 genpkg_rules()
al@13522 26 {
al@13522 27 cp -a $_pkg/usr $fs
al@13522 28 }