wok-next annotate get-unace/receipt @ rev 21330

updated libraw again (0.18.7 -> 0.19.5)
author Hans-G?nter Theisgen
date Thu Dec 12 16:15:51 2019 +0100 (2019-12-12)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@2644 2
pascal@2644 3 PACKAGE="get-unace"
pascal@2644 4 VERSION="1.00"
pascal@2644 5 CATEGORY="non-free"
al@21020 6 SHORT_DESC="Get UNACE unpacker"
pascal@2644 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@2644 9 WEB_SITE="http://www.winace.com/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@20882 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@2644 15 }
pascal@2644 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 TAGS="compression archive"
al@21020 20 }