source: custom/examples/951-glib@ 0510381

experimental
Last change on this file since 0510381 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 
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.