wok view bcrelay/receipt @ rev 18985
Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 00:11:28 2016 -0300 (2016-03-17) |
parents | ee3b11a5d1d1 |
children | b8ba747002bc |
line source
1 # SliTaz package receipt.
3 PACKAGE="bcrelay"
4 VERSION="1.3.4"
5 CATEGORY="network"
6 SHORT_DESC="Broadcast relay daemon."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://poptop.sourceforge.net/"
10 WANTED="poptop"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/sbin
16 cp -a $install/usr/sbin/bcrelay $fs/usr/sbin
17 }