summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-13 22:49:18 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-13 22:49:18 (EDT)
commit9a3e02fc9ec4c4c0d55a9f46664df8924932fd22 (patch)
treeb9c6809fab195a58222f16a9b27a8a76e1b0f75f
parent78a3eac9fe81ee46a3c3b836e6354be139c4d97b (diff)
Update to SPF 2.0 and opkhelper 3.0.
And update my e-mail address.
-rwxr-xr-xbuild29
-rw-r--r--changelog6
-rw-r--r--control5
-rw-r--r--format2
4 files changed, 21 insertions, 21 deletions
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
diff --git a/changelog b/changelog
index bbf164a..b2e9a11 100644
--- a/changelog
+++ b/changelog
@@ -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.
diff --git a/control b/control
index 8545950..22cc612 100644
--- a/control
+++ b/control
@@ -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
diff --git a/format b/format
index d3827e7..cd5ac03 100644
--- a/format
+++ b/format
@@ -1 +1 @@
-1.0
+2.0