wok-next view buffer/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d6378d455338
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="buffer"
4 VERSION="1.19"
5 CATEGORY="system-tools"
6 SHORT_DESC="GPL disaster recovery solution"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mondorescue.org/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 buffer $install/usr/bin/buffer
19 cp buffer.man buffer.1
20 cook_pick_manpages buffer.1
21 }
23 genpkg_rules() {
24 copy @std
25 }