source: custom/examples/951-glib@ 2257bd7

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

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

  • Property mode set to 100644
File size: 320 bytes
Line 
1#
2# $Id$
3#
4PKG="glib"
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"
9for i in PATCH{1..10}; do
10 unset $i
11done
12
13( cat << "xEOFx"
14./configure --prefix=/usr --with-pcre=system &&
15make
16make install
17xEOFx
18) > tmp
Note: See TracBrowser for help on using the repository browser.