wok-next view buffer/receipt @ rev 21135

Up libgcrypt (1.8.4), libpgp-error (1.34), libxml2 (2.9.9), libxslt (1.1.33).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 20 16:02:24 2019 +0200 (2019-01-20)
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 }