wok view fbvis/receipt @ rev 21927

updated socat (2.0.0-b7 -> 2.0.0-b8)
author Hans-G?nter Theisgen
date Sat Oct 05 21:31:52 2019 +0100 (2019-10-05)
parents d56ba1003f81
children b9659e3c2111
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="https://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 }