wok annotate bcrelay/receipt @ rev 18132
Add bcrelay
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 13 14:18:09 2015 +0200 (2015-06-13) |
parents | |
children | 4e38687e19a7 |
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@18132 | 10 |
pascal@18132 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18132 | 12 genpkg_rules() |
pascal@18132 | 13 { |
pascal@18132 | 14 mkdir -p $fs/usr/sbin |
pascal@18132 | 15 cp -a $install/usr/sbin/bcrelay $fs/usr/sbin |
pascal@18132 | 16 } |