summaryrefslogtreecommitdiff
path: root/packages/sys-devel/qconf/qconf-scm.exheres-0
blob: 36c7b712dc1c15b8621661182f5f7381258f4e43 (plain)
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
28
29
30
31
DOWNLOADS=""
SLOT="0"
PLATFORMS="~amd64 ~x86"
SUMMARY="./configure like generator for qmake-based projects"
HOMEPAGE="https://github.com/psi-plus/qconf"

SCM_REPOSITORY="https://github.com/psi-plus/qconf.git"

require qmake [ slot=5 ]
require scm-git

MYOPTIONS=""

DEPENDENCIES="
    build+run:
        x11-libs/qtbase:5
"

src_configure() {
    QTVERSION=5
    econf \
        --qtselect="${QTVERSION}" \
        --extraconf=QMAKE_STRIP= \
        --verbose || die
    eqmake
}

src_install() {
    default
}