wok-undigest view dconf-editor/receipt @ rev 1069

Add licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 03 11:12:56 2013 +0000 (2013-12-03)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dconf-editor"
4 VERSION="0.13.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="GTK+3 editor for dconf"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://live.gnome.org/dconf"
11 WANTED="dconf"
12 DEPENDS="dconf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/bin \
19 $fs/usr/share/pixmaps
20 cp -a $install/usr/bin/dconf-editor $fs/usr/bin
21 cp -a $install/usr/share/applications $fs/usr/share
22 cp -a $install/usr/share/dconf-editor $fs/usr/share
23 cp -a $install/usr/share/icons/hicolor/48x48/apps/dconf-editor.png \
24 $fs/usr/share/pixmaps
25 }