wok diff gsettings-desktop-schemas/receipt @ rev 13522

xterm+ru(.desktop); added gsettings-desktop-schemas & metacity
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 20 01:25:03 2012 +0000 (2012-10-20)
parents
children 712998947e9f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gsettings-desktop-schemas/receipt	Sat Oct 20 01:25:03 2012 +0000
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gsettings-desktop-schemas"
     1.7 +VERSION="3.2.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +DEPENDS="libgio"
    1.12 +BUILD_DEPENDS="libgio-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14 +HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|')
    1.15 +WEB_SITE="http://www.gnome.org/"
    1.16 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	./configure --prefix=/usr &&
    1.23 +	make &&
    1.24 +	make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $_pkg/usr $fs
    1.31 +}