wok annotate bcrelay/receipt @ rev 18914

Add: Tuffy Font Family. Tag: Sans Serif. Public Domain License.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 06:16:15 2016 -0300 (2016-02-24)
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 }