wok-next annotate get-libstdc++5/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
pascal@3882 1 # SliTaz package receipt.
pascal@3882 2
pascal@3882 3 PACKAGE="get-libstdc++5"
pascal@3882 4 VERSION="1.00"
pascal@3882 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Get obsolete GNU C++ library"
pascal@3882 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@3882 9 WEB_SITE="http://gcc.gnu.org/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@3882 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@3882 15 }
pascal@3882 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 }