updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / gcc-legacy / PKGBUILD
blob0b56db8508592a1feb1f942c62f494d477ed86e8
1 # Maintainer: Kevin JR <superkevjr@yahoo.com>
3 pkgname=gcc-legacy
4 pkgver=4.2.4
5 pkgrel=2
6 pkgdesc="The GNU C preprocessor"
7 arch=(i686 x86_64)
8 url="http://packages.debian.org"
9 license=('gpl')
11 if [[ "${CARCH}" == "i686" ]]; then
12     _srcarch="i386"
13 else
14     _srcarch="amd64"
17 source=(
18 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/cpp-4.2_4.2.4-2_${_srcarch}.deb
19 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/g++-4.2_4.2.4-2_${_srcarch}.deb
20 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/g++-4.2-multilib_4.2.4-2_${_srcarch}.deb
21 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gcc-4.2_4.2.4-2_${_srcarch}.deb
22 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gcc-4.2-base_4.2.4-2_${_srcarch}.deb
23 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gcc-4.2-locales_4.2.4-2_all.deb
24 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gcc-4.2-multilib_4.2.4-2_${_srcarch}.deb
25 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gfortran-4.2_4.2.4-2_${_srcarch}.deb
26 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gfortran-4.2-multilib_4.2.4-2_${_srcarch}.deb
27 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gobjc++-4.2_4.2.4-2_${_srcarch}.deb
28 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gobjc++-4.2-multilib_4.2.4-2_${_srcarch}.deb
29 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gobjc-4.2_4.2.4-2_${_srcarch}.deb
30 http://ftp.de.debian.org/debian/pool/main/g/gcc-4.2/gobjc-4.2-multilib_4.2.4-2_${_srcarch}.deb
32 md5sums=(
33 3638b1ff762c2af3c464528493676efc
34 2413cca754b16c18691db94bb47010b4
35 b41a81568373bc2855fb0c8a600e1ba2
36 6f1d7f741208ea01e2a27271eaddffd8
37 c0b43a7aca46327707dc89d8acbc381d
38 6f4176ffd03f97195c95c388e7d6136e
39 38687fe2983e8ea3cc6d14b776783508
40 80b6580f88b6e20794ee2c0464f441bb
41 b2698bcbad1dab3868b2032075ff425b
42 441234d62d8e3915ac20cf695efd50cd
43 3b21c025ed8ebdae52e472269eed7258
44 e7f0b6a70f869b67f488280038e49e38
45 52a7b2fa1f51814bf5fd7ac4c1f1abd1
48 build() {
49   msg "Extracting Debian package..."
50   for i in *.deb; do 
51   ar xv $i && tar xvfm data.tar.gz
52   done
53   install -d ${startdir}/pkg/usr
54   cp -av usr ${startdir}/pkg