wok-next annotate menu-railroad/receipt @ rev 21040

mariadb 10.3.10 (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 09:48:29 2018 +0200 (2018-11-09)
parents 3765f181a6d5
children 69bb65a67c90
rev   line source
rcx@3913 1 # SliTaz package receipt.
rcx@3913 2
rcx@3913 3 PACKAGE="menu-railroad"
rcx@3913 4 VERSION="1.0"
rcx@3913 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="Freedesktop menu for railroading applications"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15584 8 LICENSE="GPL3"
rcx@3913 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/"
rcx@3913 10
al@21020 11 genpkg_rules() {
rcx@3913 12 # Menu directory icon is free from the above website
rcx@3913 13 mkdir -p $fs/usr/share $fs/etc/xdg
al@21020 14 cp -a $stuff/desktop-directories $fs/usr/share
al@21020 15 cp -a $stuff/pixmaps $fs/usr/share
al@21020 16 cp -a $stuff/menus $fs/etc/xdg
rcx@3913 17 }