wok annotate get-libstdc++5/receipt @ rev 20007

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 12:34:36 2017 -0300 (2017-08-02)
parents 151703776792
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"
pascal@3882 6 SHORT_DESC="Get Obsolate 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/"
pascal@3882 10
pascal@3882 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3882 12 genpkg_rules()
pascal@3882 13 {
pascal@3882 14 mkdir -p $fs/usr/bin
pascal@3882 15 cp stuff/get-libstdc++5 $fs/usr/bin
pascal@3882 16 }
pascal@3882 17