#! /usr/bin/make -f build: cd src && \ ./configure --prefix=/usr \ --build=$${OB_BUILD_ARCH_GNU} --host=$${OB_HOST_ARCH_GNU} && \ make install: cd src && \ make DESTDIR="$$(pwd)/../dest" install && \ cd .. oh-strip -k oh-installfiles