wok view gfortran/receipt @ rev 8050

Improve attr&acl receipts by replacing strange slackware seds by the use of DIST_ROOT; acl includes are now going at the right place.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 20 21:38:00 2011 +0100 (2011-01-20)
parents 3a2b03691069
children 438f721fcdb1
line source
1 # SliTaz package receipt.
3 PACKAGE="gfortran"
4 VERSION="4.5.1"
5 CATEGORY="development"
6 SHORT_DESC="GCC fortran extension."
7 WEB_SITE="http://gcc.gnu.org/"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 DEPENDS="gcc libgfortran"
10 WANTED="gcc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/gcc/i486-pc-linux-gnu/$VERSION $fs/usr/bin
16 cp -a $_pkg/usr/bin/*gfortran $fs/usr/bin
17 cp -a $_pkg/usr/lib/libgfortran*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/gcc/i486-pc-linux-gnu/$VERSION/f* \
19 $fs/usr/lib/gcc/i486-pc-linux-gnu/$VERSION
20 cp -a $_pkg/usr/lib/gcc/i486-pc-linux-gnu/$VERSION/libgfortran* \
21 $fs/usr/lib/gcc/i486-pc-linux-gnu/$VERSION
22 }