aboutsummaryrefslogtreecommitdiff
path: root/repos/xorg/libconfig/abuild
blob: 53b71c0a1249c9c99a4d33cc4cb77b2780b517b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name=libconfig
version=1.7.3
release=1
source="https://github.com/hyperrealm/$name/archive/v$version/$name-$version.tar.gz"
export PATH=$APKG_WORK_DIR/tmpbin:$PATH

prebuild() {
	autoreconf -fiv
	mkdir -p $APKG_WORK_DIR/tmpbin
	echo -e "#/bin/sh\n/bin/true" > $APKG_WORK_DIR/tmpbin/makeinfo
	chmod +x $APKG_WORK_DIR/tmpbin/makeinfo
}

postbuild() {
	rm -rf $APKG_WORK_DIR/tmpbin
}