wok-undigest annotate dconf-editor/receipt @ rev 1180

Update binutils in chroot (2.25)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Nov 02 05:55:43 2015 +0100 (2015-11-02)
parents
children
rev   line source
al@963 1 # SliTaz package receipt.
al@963 2
al@963 3 PACKAGE="dconf-editor"
al@963 4 VERSION="0.13.0"
al@963 5 CATEGORY="system-tools"
al@963 6 SHORT_DESC="GTK+3 editor for dconf"
al@963 7 MAINTAINER="al.bobylev@gmail.com"
al@963 8 LICENSE="LGPL2.1"
al@963 9 WEB_SITE="http://live.gnome.org/dconf"
al@963 10
al@963 11 WANTED="dconf"
al@963 12 DEPENDS="dconf"
al@963 13
al@963 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@963 15 genpkg_rules()
al@963 16 {
al@963 17 mkdir -p \
al@963 18 $fs/usr/bin \
al@963 19 $fs/usr/share/pixmaps
al@963 20 cp -a $install/usr/bin/dconf-editor $fs/usr/bin
al@963 21 cp -a $install/usr/share/applications $fs/usr/share
al@963 22 cp -a $install/usr/share/dconf-editor $fs/usr/share
al@963 23 cp -a $install/usr/share/icons/hicolor/48x48/apps/dconf-editor.png \
al@963 24 $fs/usr/share/pixmaps
al@963 25 }