wok-6.x view libgfortran/receipt @ rev 14792
Fix ownership and permissions for some files in some packages (again): adeskbar, arora, attr, binutils, bootchart, btanks.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jul 08 17:09:45 2013 +0300 (2013-07-08) |
parents | 2345afe1479a |
children | 380ffe05937a |
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 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 $install/usr/lib/libgfortran.so* $fs/usr/lib
16 }