From 9a3e02fc9ec4c4c0d55a9f46664df8924932fd22 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 13 Jun 2014 22:49:18 -0400 Subject: Update to SPF 2.0 and opkhelper 3.0. And update my e-mail address. --- (limited to 'build') diff --git a/build b/build index 5875c3f..f72aa28 100755 --- a/build +++ b/build @@ -1,19 +1,14 @@ -#! /usr/bin/make -f +#!/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} \ +build: + oh-autoconfigure -- \ --disable-xmlto \ - --disable-alsaconf && \ - make && make DESTDIR=$$(pwd)/../dest install - oh-installfiles $(PKGS) - oh-installdocs alsa-utils - oh-gencontrol $(PKGS) - oh-buildopk $(PKGS) - touch alsa-utils.buildstamp + --disable-alsaconf + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1