wok-6.x diff menu-railroad/receipt @ rev 12284
graphviz: try a fix (xorg-dev as bdep)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 15 16:18:24 2012 +0200 (2012-04-15) |
parents | |
children | 8387b6915400 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/menu-railroad/receipt Sun Apr 15 16:18:24 2012 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="menu-railroad" 1.7 +VERSION="1.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Freedesktop menu for railroading applications." 1.10 +MAINTAINER="rcx@zoominternet" 1.11 +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/" 1.12 + 1.13 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.14 +genpkg_rules() 1.15 +{ 1.16 + # Menu directory icon is free from the above website 1.17 + mkdir -p $fs/usr/share $fs/etc/xdg 1.18 + cp -a stuff/desktop-directories $fs/usr/share 1.19 + cp -a stuff/pixmaps $fs/usr/share 1.20 + cp -a stuff/menus $fs/etc/xdg 1.21 +}