wok-stable annotate menu-railroad/receipt @ rev 11387
Compat: remove gtk+ from poppler DEPENDS to solve a build dependency loop
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 04:46:32 2011 +0100 (2011-12-10) |
parents | |
children | 7f6ba0da8010 |
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" |
rcx@3913 | 6 SHORT_DESC="Freedesktop menu for railroading applications." |
rcx@3913 | 7 MAINTAINER="rcx@zoominternet" |
rcx@3913 | 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/" |
rcx@3913 | 9 |
rcx@3913 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3913 | 11 genpkg_rules() |
rcx@3913 | 12 { |
rcx@3913 | 13 # Menu directory icon is free from the above website |
rcx@3913 | 14 mkdir -p $fs/usr/share $fs/etc/xdg |
rcx@3913 | 15 cp -a stuff/desktop-directories $fs/usr/share |
rcx@3913 | 16 cp -a stuff/pixmaps $fs/usr/share |
rcx@3913 | 17 cp -a stuff/menus $fs/etc/xdg |
rcx@3913 | 18 } |