-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqt-4.8.7.json
27 lines (27 loc) · 1.03 KB
/
qt-4.8.7.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "qt4",
"buildsystem": "simple",
"build-commands": [
"./configure -prefix /app -confirm-license -opensource -release -dbus-linked -openssl-linked -system-sqlite -no-phonon -no-phonon-backend -no-webkit -no-openvg -optimized-qmake -fast -plugin-sql-sqlite -xmlpatterns -no-multimedia -audio-backend -svg -script -scripttools -system-zlib -system-libtiff -system-libpng -system-libjpeg -no-rpath -reduce-relocations -no-separate-debug-info -verbose -lfontconfig -I/usr/include/freetype2 -qvfb -icu",
"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/run/build/qt4/lib && make -j $(nproc)",
"make install"
],
"sources": [
{
"type": "archive",
"url": "http://download.qt-project.org/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz",
"sha256": "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0"
}
],
"cleanup": [
"/include",
"/lib/*.a",
"/lib/*.la",
"/lib/pkgconfig",
"/doc",
"/examples",
"/demos",
"/bin/qmake",
"/mkspecs"
]
}