mirror of
https://salsa.debian.org/ha-team/libqb
synced 2025-08-26 05:57:31 +00:00
12 lines
409 B
XML
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
|