summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-30 02:20:55 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-30 02:20:55 (EDT)
commitc2bb42efe77dc0b8c11197ab7ae2c912fd570665 (patch)
tree1b4b8e35582123707887f142145a2e566c2a8dcb
Initial commit.
-rw-r--r--alsa-utils-1.0.25.tar.bz2bin0 -> 1132780 bytes
-rw-r--r--alsa-utils.pkg/control9
-rw-r--r--alsa-utils.pkg/install1
-rwxr-xr-xbuild19
-rw-r--r--changelog5
-rw-r--r--control4
-rw-r--r--copyright43
-rw-r--r--format1
8 files changed, 82 insertions, 0 deletions
diff --git a/alsa-utils-1.0.25.tar.bz2 b/alsa-utils-1.0.25.tar.bz2
new file mode 100644
index 0000000..36ba5d0
--- /dev/null
+++ b/alsa-utils-1.0.25.tar.bz2
Binary files differ
diff --git a/alsa-utils.pkg/control b/alsa-utils.pkg/control
new file mode 100644
index 0000000..27933ed
--- /dev/null
+++ b/alsa-utils.pkg/control
@@ -0,0 +1,9 @@
+Package: alsa-utils
+Architecture: any-linux-any
+Description: Utilities for configuring and using ALSA
+ The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
+ functionality to Linux-based operating systems.
+ .
+ This package provides alsaloop, alsamixer, alsaucm, amidi, amixer, aplay,
+ aplaymidi, arecord, arecordmidi, aseqdump, aseqnet, iecset, speaker-test, and
+ alsactl.
diff --git a/alsa-utils.pkg/install b/alsa-utils.pkg/install
new file mode 100644
index 0000000..72e8ffc
--- /dev/null
+++ b/alsa-utils.pkg/install
@@ -0,0 +1 @@
+*
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
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..bbf164a
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+alsa-utils (1.0.25-1)
+
+ * Initial release.
+
+ -- P. J. McDermott <pjm@nac.net> Mon, 30 Apr 2012 02:09:37 -0400
diff --git a/control b/control
new file mode 100644
index 0000000..8545950
--- /dev/null
+++ b/control
@@ -0,0 +1,4 @@
+Source: alsa-utils
+Version: 1.0.25-1
+Maintainer: "P. J. McDermott" <pjm@nac.net>
+Homepage: http://www.alsa-project.org/main/index.php/Main_Page
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..511e047
--- /dev/null
+++ b/copyright
@@ -0,0 +1,43 @@
+Upstream Source
+===============
+
+Location: <ftp://ftp.alsa-project.org/pub/lib/>
+
+alsa-utils
+----------
+Copyright (C) Jarsolav Kysela <perex@suse.cz> and others.
+
+set-default-soundcard
+---------------------
+Copyright (C) 2005 Canonical Ltd.
+Author: Martin Pitt <martin.pitt@ubuntu.com>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+On this system, a copy of the GNU General Public License may be found at
+<file:///usr/share/common-licenses/GPL-2>.
+
+
+Distribution Packaging
+======================
+
+Copyright (C) 2012 Patrick "P. J." McDermott
+
+These files may be reproduced, distributed, modified, and otherwise dealt in
+under the terms of the Expat License.
+
+On this system, a copy of the Expat License may be found at
+<file:///usr/share/common-licenses/Expat>.
diff --git a/format b/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/format
@@ -0,0 +1 @@
+1.0