source: custom/examples/951-glib@ 15c9e72

2.3 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 15c9e72 was dcf0e25, checked in by George Boudreau <georgeb@…>, 17 years ago

bug hunt in custom package examples

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