wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="get-libstdc++5"
4 VERSION="1.00"
5 CATEGORY="development"
6 SHORT_DESC="Get Obsolate GNU C++ library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://gcc.gnu.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-libstdc++5 $fs/usr/bin
16 }