wok view libgfortran/receipt @ rev 4967

Fix: amsn DEPENDS (Thanks davesurrey and Nik)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 23 21:36:47 2010 +0100 (2010-02-23)
parents
children f40562d246c3
line source
1 # SliTaz package receipt.
3 PACKAGE="libgfortran"
4 VERSION="4.4.1"
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 }