wok view afio/receipt @ rev 14774

Up xorg-libXi (1.7.1.901), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 10:36:53 2013 +0200 (2013-06-30)
parents
children f4c22f009037
line source
1 # SliTaz package receipt.
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 WEB_SITE="http://members.chello.nl/~k.holtman/afio.html"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/afio $fs/usr/bin
26 }