wok-6.x annotate menu-railroad/receipt @ rev 20687
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 29 09:55:27 2019 +0100 (2019-01-29) |
parents | 3765f181a6d5 |
children |
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." |
pascal@13025 | 7 MAINTAINER="rcx@zoominternet.net" |
pascal@15584 | 8 LICENSE="GPL3" |
pascal@20687 | 9 WEB_SITE="http://www.slitaz.org/" |
rcx@3913 | 10 |
rcx@3913 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3913 | 12 genpkg_rules() |
rcx@3913 | 13 { |
rcx@3913 | 14 # Menu directory icon is free from the above website |
rcx@3913 | 15 mkdir -p $fs/usr/share $fs/etc/xdg |
rcx@3913 | 16 cp -a stuff/desktop-directories $fs/usr/share |
rcx@3913 | 17 cp -a stuff/pixmaps $fs/usr/share |
rcx@3913 | 18 cp -a stuff/menus $fs/etc/xdg |
rcx@3913 | 19 } |