wok annotate bcrelay/receipt @ rev 18339

Up: bin86 (0.16.21)
author Alexander Medvedev <devl547@gmail.com>
date Thu Sep 10 22:18:40 2015 +0000 (2015-09-10)
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 }