wok annotate bchunk/receipt @ rev 19194

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
parents 4273e906522b
children 11b5e93cb5f2
rev   line source
pascal@4047 1 # SliTaz package receipt.
pascal@4047 2
pascal@4047 3 PACKAGE="bchunk"
pascal@4047 4 VERSION="1.2.0"
pascal@4047 5 CATEGORY="misc"
pascal@4047 6 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'."
pascal@4047 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15482 8 LICENSE="GPL2"
pascal@4047 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4047 10 WEB_SITE="http://he.fi/$PACKAGE"
pascal@4047 11 WGET_URL="$WEB_SITE/$TARBALL"
jozee@4932 12 TAGS="convert CD bin cue iso"
pascal@4047 13
pascal@4047 14 # Rules to configure and make the package.
pascal@4047 15 compile_rules()
pascal@4047 16 {
pascal@4047 17 cd $src
pascal@4047 18 make
pascal@4047 19 }
pascal@4047 20
pascal@4047 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4047 22 genpkg_rules()
pascal@4047 23 {
pascal@4047 24 mkdir -p $fs/usr/bin
pascal@4047 25 cp $src/bchunk $fs/usr/bin
pascal@4047 26 }
pascal@4047 27