2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 16938b0 was dcf0e25, checked in by George Boudreau <georgeb@…>, 18 years ago |
bug hunt in custom package examples
|
-
Property mode
set to
100644
|
File size:
512 bytes
|
Rev | Line | |
---|
[93d32cf] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
[9a536f7] | 4 | PKG="glib"
|
---|
| 5 | PKG_VERSION="1.2.10"
|
---|
| 6 | PKG_FILE="glib-1.2.10.tar.gz"
|
---|
| 7 | URL="http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/${PKG_FILE}"
|
---|
| 8 | MD5="6fe30dad87c77b91b632def29dd69ef9"
|
---|
[dcf0e25] | 9 | for i in PATCH{1..10}; do
|
---|
| 10 | unset $i
|
---|
| 11 | done
|
---|
[9a536f7] | 12 | PATCH1="http://www.linuxfromscratch.org/patches/blfs/svn/glib-1.2.10-gcc34-1.patch 0077a1cce5e8a2231ac5a9b08c6263ba"
|
---|
| 13 |
|
---|
| 14 |
|
---|
| 15 | ( cat << "xEOFx"
|
---|
| 16 | patch -Np1 -i ../glib-1.2.10-gcc34-1.patch &&
|
---|
| 17 | ./configure --prefix=/usr &&
|
---|
| 18 | make
|
---|
| 19 | make install &&
|
---|
| 20 | chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10
|
---|
| 21 | xEOFx
|
---|
| 22 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.