wok-current annotate gsettings-desktop-schemas/receipt @ rev 16753
git: update wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 16 10:29:38 2014 +0200 (2014-06-16) |
parents | 712998947e9f |
children | ef0ea64965dc |
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" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
al@13522 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@13522 | 10 HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|') |
al@13522 | 11 WEB_SITE="http://www.gnome.org/" |
al@13522 | 12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL" |
al@13522 | 13 |
pascal@14996 | 14 DEPENDS="" |
pascal@14996 | 15 BUILD_DEPENDS="libgio-dev glib-dev" |
pascal@14996 | 16 |
al@13522 | 17 # Rules to configure and make the package. |
al@13522 | 18 compile_rules() |
al@13522 | 19 { |
al@13522 | 20 cd $src |
al@13522 | 21 ./configure --prefix=/usr && |
al@13522 | 22 make && |
pascal@14996 | 23 make DESTDIR=$DESTDIR install |
al@13522 | 24 } |
al@13522 | 25 |
al@13522 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13522 | 27 genpkg_rules() |
al@13522 | 28 { |
pascal@14996 | 29 cp -a $install/usr $fs |
al@13522 | 30 } |