wok annotate fbgrab/receipt @ rev 14991

Up: expedite (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Fri Aug 09 22:18:24 2013 +0200 (2013-08-09)
parents
children 7896f0694ef6
rev   line source
pascal@13229 1 # SliTaz package receipt.
pascal@13229 2
pascal@13229 3 PACKAGE="fbgrab"
pascal@13229 4 VERSION="1.0"
pascal@13229 5 CATEGORY="misc"
pascal@13229 6 SHORT_DESC="Frame buffer grabber."
pascal@13229 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13229 8 WEB_SITE="http://hem.bredband.net/gmogmo/fbgrab/"
pascal@13229 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13229 10 WGET_URL="${WEB_SITE}$TARBALL"
pascal@13229 11
pascal@13229 12 DEPENDS="libpng zlib"
pascal@13229 13 BUILD_DEPENDS="libpng-dev zlib-dev"
pascal@13229 14
pascal@13229 15 # Rules to configure and make the package.
pascal@13229 16 compile_rules()
pascal@13229 17 {
pascal@13229 18 cd $src
pascal@13229 19 sed -i '/splint/d' Makefile
pascal@13229 20 make
pascal@13229 21 }
pascal@13229 22
pascal@13229 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13229 24 genpkg_rules()
pascal@13229 25 {
pascal@13229 26 mkdir -p $fs/usr/bin
pascal@13229 27 cp $src/fbgrab $fs/usr/bin
pascal@13229 28 }