wok-next view afio/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 11b5e93cb5f2
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="afio"
4 VERSION="2.5.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Archiver program for Linux/UNIX"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://members.chello.nl/~k.holtman/afio.html"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 $src/afio $install/usr/bin/afio
19 cook_pick_manpages $src/afio.1
20 }
22 genpkg_rules() {
23 copy @std
24 }