libqb/.tito/tito.props
2016-11-23 13:05:28 +01:00

12 lines
409 B
XML

[buildconfig]
builder = custom.NativeFetchBuilder
tagger = tito.tagger.VersionTagger
lib_dir = .tito
[builder]
fetch_prep_command = $(test $(id -u) -eq 0 || echo :) \
$(dnf >/dev/null 2>&1 && echo dnf || echo yum) \
install -y autoconf automake libtool \
&& ./autogen.sh && ./configure \
&& make libqb.spec dist-xz