wok annotate fbvis/receipt @ rev 19751
xfce4-settings: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 18 22:04:37 2017 +0100 (2017-02-18) |
parents | ffbb97b29df9 |
children | 6e8b1bcb30e2 |
rev | line source |
---|---|
pascal@19589 | 1 # SliTaz package receipt. |
pascal@19589 | 2 |
pascal@19589 | 3 PACKAGE="fbvis" |
pascal@19589 | 4 VERSION="20151208" |
pascal@19589 | 5 CATEGORY="graphics" |
pascal@19590 | 6 SHORT_DESC="A small framebuffer image viewer." |
pascal@19589 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19589 | 8 LICENSE="unknown" |
pascal@19589 | 9 WEB_SITE="http://repo.or.cz/fbvis.git" |
pascal@19589 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@19589 | 11 WGET_URL="git|git://repo.or.cz/fbvis.git" |
pascal@19589 | 12 HOST_ARCH="i486 arm" |
pascal@19589 | 13 |
pascal@19589 | 14 # Rules to configure and make the package. |
pascal@19589 | 15 compile_rules() |
pascal@19589 | 16 { |
pascal@19589 | 17 make |
pascal@19589 | 18 } |
pascal@19589 | 19 |
pascal@19589 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19589 | 21 genpkg_rules() |
pascal@19589 | 22 { |
pascal@19590 | 23 mkdir -p $fs/usr/bin $install/usr/share/doc |
pascal@19590 | 24 cp $src/README $install/usr/share/doc |
pascal@19589 | 25 cp $src/fbvis $fs/usr/bin |
pascal@19589 | 26 } |