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 }