wok view libgfortran/receipt @ rev 8121

Fixed pcsxr-svn to use lzma-alone instead of lzma wrapper script. Turns out the lzma wrapper script for xz is incompatible with lzma-alone compression. Also lzma-alone compress better.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 00:57:47 2011 +0000 (2011-01-24)
parents e59c1e32765c
children 984edf4ac801
line source
1 # SliTaz package receipt.
3 PACKAGE="libgfortran"
4 VERSION="4.5.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 }