wok-current view libgfortran/receipt @ rev 5535
slitaz-loram-http: add tazlito/loram support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 12 14:10:24 2010 +0200 (2010-05-12) |
parents | f40562d246c3 |
children | a041e4f77d18 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libgfortran"
4 VERSION="4.5.0"
5 CATEGORY="misc"
6 SHORT_DESC="GCC fortran runtime."
7 WEB_SITE="http://gcc.gnu.org/"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 WANTED="gcc"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/libgfortran.so* $fs/usr/lib
16 }