source: custom/examples/951-glib@ 93d32cf

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

Added missing Id tags.

  • Property mode set to 100644
File size: 469 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"
9PATCH1="http://www.linuxfromscratch.org/patches/blfs/svn/glib-1.2.10-gcc34-1.patch 0077a1cce5e8a2231ac5a9b08c6263ba"
10
11
12( cat << "xEOFx"
13patch -Np1 -i ../glib-1.2.10-gcc34-1.patch &&
14./configure --prefix=/usr &&
15make
16make install &&
17chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10
18xEOFx
19) > tmp
Note: See TracBrowser for help on using the repository browser.