# SliTaz package receipt. PACKAGE="gcc34" VERSION="3.4.6" CATEGORY="development" SHORT_DESC="The the GNU Compiler Collection." MAINTAINER="shann@slitaz.org" TARBALL="compat-gcc-34-${VERSION}-4.1.i386.rpm" WEB_SITE="https://linuxsoft.cern.ch/cern/slc5X/x86_64/yum/updates/repoview/compat-gcc-34.html" WGET_URL="https://linuxsoft.cern.ch/cern/slc5X/i386/yum/updates/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $src/bin $src/lib $src/libexec $fs/usr }