source:
custom/examples/951-glib@
875366f
Last change on this file since 875366f was fd4a798, checked in by , 3 years ago | |
---|---|
|
|
File size: 309 bytes |
Rev | Line | |
---|---|---|
[9a536f7] | 1 | PKG="glib" |
[9543675] | 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" | |
[dcf0e25] | 6 | for i in PATCH{1..10}; do |
7 | unset $i | |
8 | done | |
[9a536f7] | 9 | |
10 | ( cat << "xEOFx" | |
[9543675] | 11 | ./configure --prefix=/usr --with-pcre=system && |
[9a536f7] | 12 | make |
[9543675] | 13 | make install |
[9a536f7] | 14 | xEOFx |
15 | ) > tmp |
Note:
See TracBrowser
for help on using the repository browser.