28a5a070c1
This depends if a package uses $base_package, by default not set, means the package will be installed into masterdir/usr, if set will be installed into masterdir directly. While here fixup binutils, gcc and glibc! I'm approaching to the point on where I'll be able to chroot into masterdir and having working pkgs installed. --HG-- extra : convert_revision : be3c3e0d7368e7a1e1ef1c9add932aeeab82688d
20 lines
754 B
Cheetah
20 lines
754 B
Cheetah
# Template build file for 'gcc'
|
|
pkgname=gcc
|
|
version=4.3.2
|
|
distfiles="
|
|
http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version@.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--enable-clocale=gnu --disable-bootstrap
|
|
--enable-threads=posix --enable-__cxa_atexit --disable-multilib
|
|
--enable-languages=c,c++,objc,obj-c++
|
|
--with-local-prefix=$XBPS_DESTDIR/$pkgname-$version
|
|
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr"
|
|
short_desc="The GNU C Compiler suite"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=bfbf487731ad5dca37efe480a837417de071bd67e685d5c1df6a290707575165
|
|
long_desc="
|
|
The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."
|
|
|
|
ignore_files="libiberty.a"
|
|
build_depends="mpfr-2.3.2 binutils-2.18"
|