wok view fbvis/receipt @ rev 23002

updated libao and libao-dev (1.1.0 -> 1.2.2)
author Hans-G?nter Theisgen
date Mon Mar 02 17:05:10 2020 +0100 (2020-03-02)
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 }