source: custom/examples/951-glib@ 9a536f7

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 9a536f7 was 9a536f7, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Merged cunstomization code from experimental branch.
Let trunk to be broken for a while...

  • Property mode set to 100644
File size: 458 bytes
Line 
1PKG="glib"
2PKG_VERSION="1.2.10"
3PKG_FILE="glib-1.2.10.tar.gz"
4URL="http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/${PKG_FILE}"
5MD5="6fe30dad87c77b91b632def29dd69ef9"
6PATCH1="http://www.linuxfromscratch.org/patches/blfs/svn/glib-1.2.10-gcc34-1.patch 0077a1cce5e8a2231ac5a9b08c6263ba"
7
8
9( cat << "xEOFx"
10patch -Np1 -i ../glib-1.2.10-gcc34-1.patch &&
11./configure --prefix=/usr &&
12make
13make install &&
14chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10
15xEOFx
16) > tmp
Note: See TracBrowser for help on using the repository browser.