2005-12-05 06:11:09 -08:00
|
|
|
source $stdenv/setup
|
2005-08-27 16:05:50 -07:00
|
|
|
|
2006-10-18 04:25:10 -07:00
|
|
|
makeFlags="prefix=$out"
|
|
|
|
installFlags="prefix=$out"
|
2005-08-27 16:05:50 -07:00
|
|
|
|
2006-10-18 04:25:10 -07:00
|
|
|
postInstall=postInstall
|
|
|
|
postInstall() {
|
|
|
|
(cd $out && ln -s lib-* lib)
|
|
|
|
(cd $out/lib && ln -s start.o crt1.o)
|
|
|
|
}
|
2005-08-27 16:05:50 -07:00
|
|
|
|
|
|
|
genericBuild
|