wok-current diff gcc/receipt @ rev 4974
add/improve TAGS u* receipts
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Feb 24 12:19:54 2010 +0000 (2010-02-24) |
parents | e3b32d101ab8 |
children | 9f19aee613be |
line diff
1.1 --- a/gcc/receipt Tue Sep 08 22:51:07 2009 +0200 1.2 +++ b/gcc/receipt Wed Feb 24 12:19:54 2010 +0000 1.3 @@ -21,7 +21,7 @@ 1.4 cd gcc-build 1.5 ../$PACKAGE-$VERSION/configure --prefix=/usr --libexecdir=/usr/lib \ 1.6 --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \ 1.7 - --enable-languages=c,c++,objc --enable-shared --with-system-zlib \ 1.8 + --enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib \ 1.9 --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \ 1.10 --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu && 1.11 make bootstrap && 1.12 @@ -43,6 +43,11 @@ 1.13 rm $fs/usr/lib/libgomp.so* 1.14 # Include files. 1.15 cp -a $_pkg/usr/include $fs/usr 1.16 + # Gfortran goes in gfortran-$VERSION package. 1.17 + rm -f $fs/usr/bin/*gfortran 1.18 + rm -f $fs/usr/lib/libgfortran* 1.19 + rm -f $fs/usr/lib/gcc/*/$VERSION/libgfortran* 1.20 + rm -f $fs/usr/lib/gcc/*/$VERSION/f* 1.21 } 1.22 1.23 # Post install commands for Tazpkg.