wok-current view get-libstdc++5/receipt @ rev 23906
Add fstransform
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 03 14:59:04 2020 +0000 (2020-08-03) |
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 }