wok-current view bcrelay/receipt @ rev 18466
bash: fix ~/.bashrc creation, etc.; dia: fix icons packaging (thanks llev for reports)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 03 06:11:22 2015 +0300 (2015-10-03) |
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 }