* Some refactoring.
svn path=/nix/trunk/pkg/; revision=57
This commit is contained in:
parent
426e175c6a
commit
02eafbd549
2 changed files with 0 additions and 25 deletions
|
@ -1,13 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
export PATH=$sys1/bin:$sys2/bin
|
||||
export LIBRARY_PATH=$glibc/lib
|
||||
export CC=$gcc/bin/gcc
|
||||
export CFLAGS="-isystem $glibc/include -isystem $kernel/include"
|
||||
|
||||
top=`pwd`
|
||||
tar xvfz $src
|
||||
cd aterm-2.0
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
|
@ -1,12 +0,0 @@
|
|||
# Dependencies.
|
||||
sys1 <- 1e80cb7e0fbfc9f5c0509a465ecdf6cf # sys1-bootstrap
|
||||
sys2 <- 7512824c50c61ea8d89d0f193a4f72d1 # sys2-bootstrap
|
||||
gcc <- 02212b3dc4e50349376975367d433929 # gcc-bootstrap
|
||||
glibc <- c0ce03ee0bab298babbe7e3b6159d36c # glibc-bootstrap
|
||||
kernel <- 3dc8333a2c2b4d627b892755417acf89 # kernel-bootstrap
|
||||
|
||||
# Original sources.
|
||||
src = 853474e4bcf4a85f7d38a0676b36bded # aterm-2.0.tar.gz
|
||||
|
||||
# Build script.
|
||||
build = ee7ae4ade69f846d2385871bf532ef7e # aterm-2.0-build.sh
|
Loading…
Reference in a new issue