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

Mv grub/stuff/splash.xpm.gz to slitaz-configs to have a splash image on HD install (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 12:15:09 2017 +0100 (2017-02-14)
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 }