diff options
-rwxr-xr-x | build | 29 | ||||
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | control | 5 | ||||
-rw-r--r-- | format | 2 |
4 files changed, 21 insertions, 21 deletions
@@ -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 @@ -1,3 +1,9 @@ +alsa-utils (1.0.25-2) trunk + + * Update to SPF 2.0 and opkhelper 3.0. + + -- "P. J. McDermott" <pj@pehjota.net> Fri, 13 Jun 2014 22:48:58 -0400 + alsa-utils (1.0.25-1) * Initial release. @@ -1,4 +1,3 @@ -Source: alsa-utils -Version: 1.0.25-1 -Maintainer: "P. J. McDermott" <pjm@nac.net> +Maintainer: "P. J. McDermott" <pj@pehjota.net> +Build-Depends: opkhelper-3.0 Homepage: http://www.alsa-project.org/main/index.php/Main_Page @@ -1 +1 @@ -1.0 +2.0 |