wok view fbvis/receipt @ rev 20648

Up zstd (1.3.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:12:27 2019 +0100 (2019-01-12)
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 }