[Lunar-commits] CVS: moonbase/devel/boost-jam BUILD, NONE,
1.1 DETAILS, NONE, 1.1
Joel Vennin
jol at lunar-linux.org
Mon Nov 15 20:21:20 UTC 2004
Update of /var/cvs/lunar/moonbase/devel/boost-jam
In directory espresso.foo-projects.org:/tmp/cvs-serv16544
Added Files:
BUILD DETAILS
Log Message:
First import of Boost Jam
Boost Jam is a build tool based on FTJam. It used by the boost project.
--- NEW FILE: BUILD ---
(
./build.sh &&
prepare_install &&
cd bin.linuxx86 &&
install -m755 bjam /usr/bin &&
install -m755 jam /usr/bin &&
install -m755 mkjambase /usr/bin &&
install -m755 yyacc /usr/bin
# need to add doc ...
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=boost-jam
VERSION=3.1.10
SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=$SFORGE_URL/boost/$SOURCE
WEB_SITE=http://www.boost.org
ENTERED=20041115
UPDATED=20041115
SHORT="Boost Jam is a build tool based on FTJam"
cat << EOF
Boost Jam is a build tool based on FTJam. It used by the boost project.
EOF
More information about the Lunar-commits
mailing list