wok view libgfortran/receipt @ rev 16347
libpthread-stubs: clean bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 23:59:16 2014 +0200 (2014-04-12) |
parents | 380ffe05937a |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libgfortran"
4 VERSION="4.6.3"
5 CATEGORY="misc"
6 SHORT_DESC="GCC fortran runtime."
7 WEB_SITE="http://gcc.gnu.org/"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WANTED="gcc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/libgfortran.so* $fs/usr/lib
17 }