Skip to content
Permalink
Newer
Older
100755 23 lines (15 sloc) 437 Bytes
June 6, 2016 09:50
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION texmaker-5.0.3-0
4
5
SRCURL[0]="https://www.xm1math.net/texmaker/texmaker-${PKGVERSION}.tar.bz2"
June 6, 2016 09:50
6
7
PATCHURL[0]=""
8
9
# EXCLUDE=""
10
11
# build_in_sourcedir
June 6, 2016 09:50
12
13
mee_configure() {
14
start_cmd qmake PREFIX=${PREFIX} DESKTOPDIR=${DATADIR}/applications ICONDIR=${DATADIR}/pixmaps ${S}/texmaker.pro
June 6, 2016 09:50
15
}
16
17
mee_build() {
18
start_cmd make ${BEE_MAKEFLAGS}
June 6, 2016 09:50
19
}
20
21
mee_install() {
22
start_cmd make install INSTALL_ROOT=${D}
June 6, 2016 09:50
23
}