wok-6.x annotate gsettings-desktop-schemas/receipt @ rev 18517
xset-screensaver.sh: some fixes
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 25 03:23:44 2015 +0100 (2015-10-25) |
parents | 76b72f1ad63c |
children | 86790a278e70 |
rev | line source |
---|---|
al@13522 | 1 # SliTaz package receipt. |
al@13522 | 2 |
al@13522 | 3 PACKAGE="gsettings-desktop-schemas" |
yuripourre@16815 | 4 VERSION="3.12.2" |
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 WEB_SITE="http://www.gnome.org/" |
yuripourre@16815 | 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/${VERSION%.*}/$TARBALL" |
al@13522 | 12 |
pascal@14996 | 13 DEPENDS="" |
pascal@14996 | 14 BUILD_DEPENDS="libgio-dev glib-dev" |
pascal@14996 | 15 |
al@13522 | 16 # Rules to configure and make the package. |
al@13522 | 17 compile_rules() |
al@13522 | 18 { |
al@13522 | 19 cd $src |
al@13522 | 20 ./configure --prefix=/usr && |
al@13522 | 21 make && |
pascal@14996 | 22 make DESTDIR=$DESTDIR install |
al@13522 | 23 } |
al@13522 | 24 |
al@13522 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13522 | 26 genpkg_rules() |
al@13522 | 27 { |
pascal@14996 | 28 cp -a $install/usr $fs |
al@13522 | 29 } |