aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/libqrencode/abuild
blob: 90833ad79e17090ac51ac02a8931c5a621d7b432 (plain)
1
2
3
4
5
6
7
8
9
name=libqrencode
version=4.1.1
release=1
source="https://github.com/fukuchi/${name}/archive/v${version}/${name}-v${version}.tar.gz"
build_type=configure_build

prebuild() {
	./autogen.sh
}