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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }