wok-next view menu-railroad/receipt @ rev 21025

Update tzdata (2018g)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:10:29 2018 +0200 (2018-11-03)
parents 3765f181a6d5
children 69bb65a67c90
line source
1 # SliTaz package receipt.
3 PACKAGE="menu-railroad"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Freedesktop menu for railroading applications"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://icons.mysitemyway.com/free-clipart-icons/1/locomotive-train-icon-id/39275/style-id/294/grunge-brushed-metal-pewter-icons/transport-travel/"
11 genpkg_rules() {
12 # Menu directory icon is free from the above website
13 mkdir -p $fs/usr/share $fs/etc/xdg
14 cp -a $stuff/desktop-directories $fs/usr/share
15 cp -a $stuff/pixmaps $fs/usr/share
16 cp -a $stuff/menus $fs/etc/xdg
17 }