wok view get-libstdc++5/receipt @ rev 22377

linux[64]-zram: modified modprobe command according to bug report 230
author Hans-G?nter Theisgen
date Thu Nov 28 07:37:48 2019 +0100 (2019-11-28)
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 }