wok-next annotate get-src2pkg/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@14507 2
pascal@14510 3 PACKAGE="get-src2pkg"
pascal@14507 4 VERSION="1.00"
pascal@14507 5 CATEGORY="development"
pascal@14507 6 SHORT_DESC="Package-creation and conversion software"
pascal@14507 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
al@20949 9 WEB_SITE="https://distro.ibiblio.org/amigolinux/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@14507 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@14507 15 }
pascal@14507 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 }