diff options
author | P. 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) |
commit | c2bb42efe77dc0b8c11197ab7ae2c912fd570665 (patch) | |
tree | 1b4b8e35582123707887f142145a2e566c2a8dcb |
Initial commit.
-rw-r--r-- | alsa-utils-1.0.25.tar.bz2 | bin | 0 -> 1132780 bytes | |||
-rw-r--r-- | alsa-utils.pkg/control | 9 | ||||
-rw-r--r-- | alsa-utils.pkg/install | 1 | ||||
-rwxr-xr-x | build | 19 | ||||
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | control | 4 | ||||
-rw-r--r-- | copyright | 43 | ||||
-rw-r--r-- | format | 1 |
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 Binary files differnew file mode 100644 index 0000000..36ba5d0 --- /dev/null +++ b/alsa-utils-1.0.25.tar.bz2 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 @@ +* @@ -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 @@ -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>. @@ -0,0 +1 @@ +1.0 |