wok-next annotate 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
rev   line source
al@21020 1 # SliTaz package receipt v2.
erjo@13494 2
erjo@13494 3 PACKAGE="buffer"
erjo@13494 4 VERSION="1.19"
erjo@13494 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="GPL disaster recovery solution"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
erjo@13494 9 WEB_SITE="http://www.mondorescue.org/"
al@21020 10
erjo@13494 11 TARBALL="$PACKAGE-$VERSION.tgz"
erjo@13494 12 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
erjo@13494 13
al@21020 14 compile_rules() {
al@21020 15 make || return 1
erjo@13494 16
al@21020 17 install -Dm755 buffer $install/usr/bin/buffer
al@19288 18
al@19288 19 cp buffer.man buffer.1
al@19288 20 cook_pick_manpages buffer.1
erjo@13494 21 }
erjo@13494 22
al@21020 23 genpkg_rules() {
al@21020 24 copy @std
erjo@13494 25 }