# SliTaz package receipt. PACKAGE="libgfortran" VERSION="10.2.0" CATEGORY="misc" SHORT_DESC="GCC fortran runtime." WEB_SITE="http://gcc.gnu.org/" MAINTAINER="pascal.bellard@slitaz.org" WANTED="gcc" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/libgfortran.so* $fs/usr/lib }