source: custom/examples/951-glib@ 76cf25f

new_features
Last change on this file since 76cf25f was 99ba6d8, checked in by Pierre Labastie <pierre@…>, 9 years ago

Merge trunk up to r3857

  • 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.