wok-current annotate bcrelay/receipt @ rev 21363
syslinux: iso2exe/init fix loram case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 21 17:37:32 2019 +0200 (2019-04-21) |
parents | ee3b11a5d1d1 |
children | b8ba747002bc |
rev | line source |
---|---|
pascal@18132 | 1 # SliTaz package receipt. |
pascal@18132 | 2 |
pascal@18132 | 3 PACKAGE="bcrelay" |
pascal@18132 | 4 VERSION="1.3.4" |
pascal@18132 | 5 CATEGORY="network" |
pascal@18132 | 6 SHORT_DESC="Broadcast relay daemon." |
pascal@18132 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18132 | 8 LICENSE="GPL2" |
pascal@18132 | 9 WEB_SITE="http://poptop.sourceforge.net/" |
pascal@18133 | 10 WANTED="poptop" |
pascal@18132 | 11 |
pascal@18132 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18132 | 13 genpkg_rules() |
pascal@18132 | 14 { |
pascal@18132 | 15 mkdir -p $fs/usr/sbin |
pascal@18132 | 16 cp -a $install/usr/sbin/bcrelay $fs/usr/sbin |
pascal@18132 | 17 } |