diff options
-rw-r--r-- | alsa-lib-1.0.25.tar.bz2 | bin | 0 -> 838403 bytes | |||
-rwxr-xr-x | build | 20 | ||||
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | control | 4 | ||||
-rw-r--r-- | copyright | 36 | ||||
-rw-r--r-- | format | 1 | ||||
-rw-r--r-- | libasound.2-dbg.pkg/control | 8 | ||||
-rw-r--r-- | libasound.2-dbg.pkg/install | 1 | ||||
-rw-r--r-- | libasound.2-dev.pkg/control | 8 | ||||
-rw-r--r-- | libasound.2-dev.pkg/install | 2 | ||||
-rw-r--r-- | libasound.2-doc.pkg/control | 9 | ||||
-rw-r--r-- | libasound.2-doc.pkg/install | 1 | ||||
-rw-r--r-- | libasound.2.pkg/control | 8 | ||||
-rw-r--r-- | libasound.2.pkg/install | 2 |
14 files changed, 105 insertions, 0 deletions
diff --git a/alsa-lib-1.0.25.tar.bz2 b/alsa-lib-1.0.25.tar.bz2 Binary files differnew file mode 100644 index 0000000..09d1e53 --- /dev/null +++ b/alsa-lib-1.0.25.tar.bz2 @@ -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 <pjm@nac.net> Thu, 26 Apr 2012 13:08:21 -0400 @@ -0,0 +1,4 @@ +Source: alsa-lib +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..1b7f23c --- /dev/null +++ b/copyright @@ -0,0 +1,36 @@ +Upstream Source +=============== + +Location: <ftp://ftp.alsa-project.org/pub/lib/> + +Copyright (c) 1998 Jarsolav Kysela <perex@suse.cz> 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 +<file:///usr/share/common-licenses/LGPL-2.1>. + + +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 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 |