wok view menu-railroad/receipt @ rev 7785

Added /usr/lib/python2.7 and /usr/share/pygtk to vte package.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 23 17:18:37 2010 +0000 (2010-12-23)
parents
children 8387b6915400
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"
8 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/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 # Menu directory icon is free from the above website
14 mkdir -p $fs/usr/share $fs/etc/xdg
15 cp -a stuff/desktop-directories $fs/usr/share
16 cp -a stuff/pixmaps $fs/usr/share
17 cp -a stuff/menus $fs/etc/xdg
18 }