wok-next view buffer/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }