ablfs-more
legacy
trunk
Last change
on this file since 6f74ca1 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
|
Line | |
---|
1 | #
|
---|
2 | # $Id$
|
---|
3 | #
|
---|
4 | PKG="glib"
|
---|
5 | PKG_VERSION="2.44.1"
|
---|
6 | PKG_FILE="glib-2.44.1.tar.xz"
|
---|
7 | URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.44/${PKG_FILE}"
|
---|
8 | MD5="83efba4722a9674b97437d1d99af79db"
|
---|
9 | for i in PATCH{1..10}; do
|
---|
10 | unset $i
|
---|
11 | done
|
---|
12 |
|
---|
13 | ( cat << "xEOFx"
|
---|
14 | ./configure --prefix=/usr --with-pcre=system &&
|
---|
15 | make
|
---|
16 | make install
|
---|
17 | xEOFx
|
---|
18 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.