source: custom/examples/951-glib@ 837362b

ablfs-more legacy trunk
Last change on this file since 837362b was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

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