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

Add: fluxcomp, ldns, libndp, libnsl, nghttp2; up: directfb, libevent, libnl, libsoup, links, neon, serf
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 25 13:24:59 2018 +0300 (2018-04-25)
parents 8387b6915400
children d5aab818505e
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="rcx@zoominternet.net"
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 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 # Menu directory icon is free from the above website
15 mkdir -p $fs/usr/share $fs/etc/xdg
16 cp -a stuff/desktop-directories $fs/usr/share
17 cp -a stuff/pixmaps $fs/usr/share
18 cp -a stuff/menus $fs/etc/xdg
19 }