wok annotate fbgrab/receipt @ rev 15471
memtest/bootloader.S: fix dos exit (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 08 14:28:26 2013 +0000 (2013-11-08) |
parents | 16108b974961 |
children | 38c69652a653 |
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@15002 | 8 LICENSE="GPL2" |
pascal@13229 | 9 WEB_SITE="http://hem.bredband.net/gmogmo/fbgrab/" |
pascal@13229 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13229 | 11 WGET_URL="${WEB_SITE}$TARBALL" |
pascal@13229 | 12 |
pascal@13229 | 13 DEPENDS="libpng zlib" |
pascal@13229 | 14 BUILD_DEPENDS="libpng-dev zlib-dev" |
pascal@13229 | 15 |
pascal@13229 | 16 # Rules to configure and make the package. |
pascal@13229 | 17 compile_rules() |
pascal@13229 | 18 { |
pascal@13229 | 19 cd $src |
pascal@13229 | 20 sed -i '/splint/d' Makefile |
pascal@13229 | 21 make |
pascal@13229 | 22 } |
pascal@13229 | 23 |
pascal@13229 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13229 | 25 genpkg_rules() |
pascal@13229 | 26 { |
pascal@13229 | 27 mkdir -p $fs/usr/bin |
pascal@13229 | 28 cp $src/fbgrab $fs/usr/bin |
pascal@13229 | 29 } |