From d23eadd0e64df6f68ecb07e5839d94b8427d6950 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 26 Apr 2012 13:49:43 -0400 Subject: Initial commit. --- diff --git a/alsa-lib-1.0.25.tar.bz2 b/alsa-lib-1.0.25.tar.bz2 new file mode 100644 index 0000000..09d1e53 --- /dev/null +++ b/alsa-lib-1.0.25.tar.bz2 Binary files differ diff --git a/build b/build new file mode 100755 index 0000000..022d866 --- /dev/null +++ b/build @@ -0,0 +1,20 @@ +#! /usr/bin/make -f + +PKGS = libasound.2 libasound.2-dbg libasound.2-dev libasound.2-doc + +$(PKGS): libasound.buildstamp + +.SILENT: libasound.buildstamp +libasound.buildstamp: + cd src && \ + ./configure --prefix=/usr \ + --build=$${OH_BUILD_ARCH_GNU} --host=$${OH_HOST_ARCH_GNU} \ + --disable-maintainer-mode \ + --disable-python && \ + make && make DESTDIR=$$(pwd)/../dest install + oh-strip -gl /usr/lib/libasound.so.2.0.0 + oh-installfiles $(PKGS) + oh-installdocs libasound.2 + oh-gencontrol $(PKGS) + oh-buildopk $(PKGS) + touch libasound.buildstamp diff --git a/changelog b/changelog new file mode 100644 index 0000000..09850b0 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +alsa-lib (1.0.25-1) + + * Initial release. + + -- P. J. McDermott Thu, 26 Apr 2012 13:08:21 -0400 diff --git a/control b/control new file mode 100644 index 0000000..c35d476 --- /dev/null +++ b/control @@ -0,0 +1,4 @@ +Source: alsa-lib +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..1b7f23c --- /dev/null +++ b/copyright @@ -0,0 +1,36 @@ +Upstream Source +=============== + +Location: + +Copyright (c) 1998 Jarsolav Kysela and others. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; 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 Lesser 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 diff --git a/libasound.2-dbg.pkg/control b/libasound.2-dbg.pkg/control new file mode 100644 index 0000000..062bd69 --- /dev/null +++ b/libasound.2-dbg.pkg/control @@ -0,0 +1,8 @@ +Package: libasound.2-dbg +Architecture: any-linux-any +Depends: libasound.2 (= 1.0.25-1) +Description: ALSA userspace library - debugging symbols + The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI + functionality to Linux-based operating systems. + . + This package provides debugging symbols for the ALSA library. diff --git a/libasound.2-dbg.pkg/install b/libasound.2-dbg.pkg/install new file mode 100644 index 0000000..1acc2ff --- /dev/null +++ b/libasound.2-dbg.pkg/install @@ -0,0 +1 @@ +/usr/lib/debug diff --git a/libasound.2-dev.pkg/control b/libasound.2-dev.pkg/control new file mode 100644 index 0000000..a6a3c86 --- /dev/null +++ b/libasound.2-dev.pkg/control @@ -0,0 +1,8 @@ +Package: libasound.2-dev +Architecture: any-linux-any +Depends: libasound.2 (= 1.0.25-1) +Description: ALSA userspace library - development files + The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI + functionality to Linux-based operating systems. + . + This package provides the development files for the ALSA library. diff --git a/libasound.2-dev.pkg/install b/libasound.2-dev.pkg/install new file mode 100644 index 0000000..94f83a2 --- /dev/null +++ b/libasound.2-dev.pkg/install @@ -0,0 +1,2 @@ +/usr/include +/usr/lib/pkgconfig diff --git a/libasound.2-doc.pkg/control b/libasound.2-doc.pkg/control new file mode 100644 index 0000000..255ad0c --- /dev/null +++ b/libasound.2-doc.pkg/control @@ -0,0 +1,9 @@ +Package: libasound.2-doc +Architecture: any-linux-any +Depends: libasound.2 (= 1.0.25-1) +Description: ALSA userspace library - documentation + The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI + functionality to Linux-based operating systems. + . + This package provides documentation for application programming using the ALSA + library. diff --git a/libasound.2-doc.pkg/install b/libasound.2-doc.pkg/install new file mode 100644 index 0000000..924dda7 --- /dev/null +++ b/libasound.2-doc.pkg/install @@ -0,0 +1 @@ +/usr/share/doc diff --git a/libasound.2.pkg/control b/libasound.2.pkg/control new file mode 100644 index 0000000..51ad3e9 --- /dev/null +++ b/libasound.2.pkg/control @@ -0,0 +1,8 @@ +Package: libasound.2 +Architecture: any-linux-any +Description: ALSA userspace library + The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI + functionality to Linux-based operating systems. + . + This package provides the ALSA library, its plugins, and its configuration + files. diff --git a/libasound.2.pkg/install b/libasound.2.pkg/install new file mode 100644 index 0000000..6b298f2 --- /dev/null +++ b/libasound.2.pkg/install @@ -0,0 +1,2 @@ +/usr/lib/libasound.so* +/usr/share/alsa -- cgit v0.9.1