From c2bb42efe77dc0b8c11197ab7ae2c912fd570665 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 30 Apr 2012 02:20:55 -0400 Subject: Initial commit. --- 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 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" +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: + +alsa-utils +---------- +Copyright (C) Jarsolav Kysela and others. + +set-default-soundcard +--------------------- +Copyright (C) 2005 Canonical Ltd. +Author: Martin Pitt + + 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 +. + + +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 +. diff --git a/format b/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/format @@ -0,0 +1 @@ +1.0 -- cgit v0.9.1