source: custom/examples/951-glib@ 2f8d952

ablfs-more legacy trunk
Last change on this file since 2f8d952 was 9543675, checked in by Pierre Labastie <pierre@…>, 9 years ago

Update custom/examples. Thanks to Tom Armistead for the patch.

  • Property mode set to 100644
File size: 320 bytes
RevLine 
[93d32cf]1#
2# $Id$
3#
[9a536f7]4PKG="glib"
[9543675]5PKG_VERSION="2.44.1"
6PKG_FILE="glib-2.44.1.tar.xz"
7URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.44/${PKG_FILE}"
8MD5="83efba4722a9674b97437d1d99af79db"
[dcf0e25]9for i in PATCH{1..10}; do
10 unset $i
11done
[9a536f7]12
13( cat << "xEOFx"
[9543675]14./configure --prefix=/usr --with-pcre=system &&
[9a536f7]15make
[9543675]16make install
[9a536f7]17xEOFx
18) > tmp
Note: See TracBrowser for help on using the repository browser.