wok-next view get-libstdc++5/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents d958fec46c9f
children 0cbe4b1f2230
line source
1 # SliTaz package receipt.
3 PACKAGE="get-libstdc++5"
4 VERSION="1.00"
5 CATEGORY="development"
6 SHORT_DESC="Get obsolete GNU C++ library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://gcc.gnu.org/"
10 REPOLOGY="-"
12 compile_rules() {
13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
14 }
16 genpkg_rules() {
17 copy @std
18 }