wok annotate cmix/receipt @ rev 24360
ardour: give gcc83 a try
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 04 07:19:07 2022 +0100 (2022-02-04) |
parents | |
children | 2a0479881723 |
rev | line source |
---|---|
pascal@23964 | 1 # SliTaz package receipt. |
pascal@23964 | 2 |
pascal@23964 | 3 PACKAGE="cmix" |
pascal@23964 | 4 VERSION="18" |
pascal@23964 | 5 CATEGORY="system-tools" |
pascal@23964 | 6 SHORT_DESC="lossless data compression with high ratio but high CPU/memory usage" |
pascal@23964 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@23964 | 8 LICENSE="GPL3" |
pascal@23964 | 9 TARBALL="$PACKAGE-v$VERSION.zip" |
pascal@23964 | 10 WEB_SITE="http://www.byronknoll.com/cmix.html" |
pascal@23964 | 11 WGET_URL="http://www.byronknoll.com/$TARBALL" |
pascal@23964 | 12 |
pascal@23964 | 13 DEPENDS="gcc83-lib-base" |
pascal@23964 | 14 BUILD_DEPENDS="gcc83" |
pascal@23964 | 15 |
pascal@23964 | 16 # Rules to configure and make the package. |
pascal@23964 | 17 compile_rules() |
pascal@23964 | 18 { |
pascal@23964 | 19 make CC=g++-83 |
pascal@23964 | 20 } |
pascal@23964 | 21 |
pascal@23964 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@23964 | 23 genpkg_rules() |
pascal@23964 | 24 { |
pascal@23964 | 25 mkdir -p $fs/usr/bin |
pascal@23964 | 26 cp -a $src/cmix $fs/usr/bin |
pascal@23964 | 27 } |