wok-current view afio/receipt @ rev 14640
Xorg. xorg-libXt: add glib-dev as bdeps; xorg-libXpm: reformat, move binaries to xorg-libXpm-util new package; xorg-libXaw: up 1.0.11.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 02 16:41:49 2013 +0000 (2013-06-02) |
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 }