wok view fbvis/receipt @ rev 20054

gptfdisk: add man doc files
author Richard Dunbar <mojo@slitaz.org>
date Mon Sep 04 09:59:28 2017 -0400 (2017-09-04)
parents ffbb97b29df9
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="fbvis"
4 VERSION="20151208"
5 CATEGORY="graphics"
6 SHORT_DESC="A small framebuffer image viewer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="unknown"
9 WEB_SITE="http://repo.or.cz/fbvis.git"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="git|git://repo.or.cz/fbvis.git"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin $install/usr/share/doc
24 cp $src/README $install/usr/share/doc
25 cp $src/fbvis $fs/usr/bin
26 }