SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gcc3"

# SliTaz package receipt.

PACKAGE="gcc3"
VERSION="3.4.6"
CATEGORY="development"
SHORT_DESC="The the GNU Compiler Collection."
MAINTAINER="pascal.bellard@slitaz.org"
BUILD_DEPENDS="gawk"
DEPENDS="gcc"
SOURCE="gcc"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WEB_SITE="http://gcc.gnu.org/"
WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL"
#WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-$VERSION/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    mkdir gcc-build 
    cd gcc-build
    $src/configure --prefix=/usr --libexecdir=/usr/lib \
    --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \
    --enable-languages=c,c++ --enable-shared --with-system-zlib \
    --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \
    --enable-threads=posix --with-tune=i486 \
    --program-suffix=-3
    make $MAKEFLAGS bootstrap
    # Make install in the source tree to help creating derivated pkgs
    # and keep $_pkg variable set for genpkg.
    make $MAKEFLAGS install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $_pkg/usr/lib $_pkg/usr/include $fs/usr
    rm $fs/usr/lib/lib*
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)