# HG changeset patch # User Paul Issott # Date 1394829517 0 # Node ID fff2fdfa76f367fe44bfdb7cc08003701babbf26 # Parent e0a6955b0a12a9764017b9c352460a862da0692b Add f3 diff -r e0a6955b0a12 -r fff2fdfa76f3 f3/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/f3/receipt Fri Mar 14 20:38:37 2014 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="f3" +VERSION="2.2" +CATEGORY="utilities" +SHORT_DESC="An alternative to h2testw." +MAINTAINER="paul@slitaz.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://oss.digirati.com.br/f3/" +WGET_URL="git|git://github.com/AltraMayor/f3" + +DEPENDS="" +BUILD_DEPENDS="bzip2 git" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make linux +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/f3read $fs/usr/bin + cp -a $src/f3write $fs/usr/bin +} +