wok-next view buffer/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }