# HG changeset patch # User Eric Joseph-Alexandre # Date 1349791950 -7200 # Node ID 4259676aabd56d302d1d769c9e0951189a48499d # Parent b4f50c7392ddce8f04a0c4a1828868b7cb50ebab Add: afio diff -r b4f50c7392dd -r 4259676aabd5 afio/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/afio/receipt Tue Oct 09 16:12:30 2012 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="afio" +VERSION="2.5.1" +CATEGORY="system-tools" +SHORT_DESC="Archiver program for Linux/UNIX. " +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://members.chello.nl/~k.holtman/afio.html" +TARBALL="$PACKAGE-$VERSION.tgz" +WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/afio $fs/usr/bin +}