experimental
Last change
on this file since 42e1b38 was 42e1b38, checked in by George Boudreau <georgeb@…>, 18 years ago |
Add code for user defined scripts. User scripts added at the end of the final build (LFS only)
|
-
Property mode
set to
100644
|
File size:
458 bytes
|
Line | |
---|
1 | PKG="glib"
|
---|
2 | PKG_VERSION="1.2.10"
|
---|
3 | PKG_FILE="glib-1.2.10.tar.gz"
|
---|
4 | URL="http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/${PKG_FILE}"
|
---|
5 | MD5="6fe30dad87c77b91b632def29dd69ef9"
|
---|
6 | PATCH1="http://www.linuxfromscratch.org/patches/blfs/svn/glib-1.2.10-gcc34-1.patch 0077a1cce5e8a2231ac5a9b08c6263ba"
|
---|
7 |
|
---|
8 |
|
---|
9 | ( cat << "xEOFx"
|
---|
10 | patch -Np1 -i ../glib-1.2.10-gcc34-1.patch &&
|
---|
11 | ./configure --prefix=/usr &&
|
---|
12 | make
|
---|
13 | make install &&
|
---|
14 | chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10
|
---|
15 | xEOFx
|
---|
16 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.