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