aboutsummaryrefslogtreecommitdiff
path: root/repos/xorg/libconfig/abuild
blob: d98b3cf8e1aa4e0570e27724689e9ebc6afa56d9 (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 $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
}