wok-current annotate libsixel-dev/receipt @ rev 24942
BootProg: clear cmdline
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 20 15:10:50 2022 +0000 (2022-04-20) |
parents | 8b0034a7d8ca |
children |
rev | line source |
---|---|
pascal@20644 | 1 # SliTaz package receipt. |
pascal@20644 | 2 |
pascal@20644 | 3 PACKAGE="libsixel-dev" |
Hans-G?nter@24829 | 4 VERSION="1.10.3" |
pascal@20644 | 5 CATEGORY="development" |
Hans-G?nter@24829 | 6 SHORT_DESC="A SIXEL encoder and decoder implementation derived from kmiya's sixel, development files" |
pascal@20644 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20644 | 8 LICENSE="MIT" |
Hans-G?nter@24829 | 9 WEB_SITE="https://github.com/libsixel/libsixel" |
pascal@20644 | 10 |
pascal@20644 | 11 DEPENDS="libsixel pkg-config" |
Hans-G?nter@23102 | 12 WANTED="libsixel" |
pascal@20644 | 13 |
pascal@20644 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20644 | 15 genpkg_rules() |
pascal@20644 | 16 { |
Hans-G?nter@24829 | 17 get_dev_files |
pascal@20644 | 18 } |