From c2bb42efe77dc0b8c11197ab7ae2c912fd570665 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 30 Apr 2012 02:20:55 -0400 Subject: Initial commit. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..b555d0e --- /dev/null +++ b/build @@ -0,0 +1,19 @@ +#! /usr/bin/make -f + +PKGS = alsa-utils + +$(PKGS): alsa-utils.buildstamp + +.SILENT: alsa-utils.buildstamp +alsa-utils.buildstamp: + cd src && \ + ./configure --prefix=/usr \ + --build=$${OH_BUILD_ARCH_GNU} --host=$${OH_HOST_ARCH_GNU} \ + --disable-alsaconf && \ + make && make DESTDIR=$$(pwd)/../dest install + oh-strip /usr/bin/* /usr/sbin/* + oh-installfiles $(PKGS) + oh-installdocs alsa-utils + oh-gencontrol $(PKGS) + oh-buildopk $(PKGS) + touch alsa-utils.buildstamp -- cgit v0.9.1