diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/alsa-lib | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/alsa-lib')
-rwxr-xr-x | extra/alsa-lib/build | 8 | ||||
-rw-r--r-- | extra/alsa-lib/checksums | 1 | ||||
-rw-r--r-- | extra/alsa-lib/sources | 1 | ||||
-rw-r--r-- | extra/alsa-lib/version | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/extra/alsa-lib/build b/extra/alsa-lib/build new file mode 100755 index 00000000..d6f70b3d --- /dev/null +++ b/extra/alsa-lib/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --without-debug \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/alsa-lib/checksums b/extra/alsa-lib/checksums new file mode 100644 index 00000000..32fadbe8 --- /dev/null +++ b/extra/alsa-lib/checksums @@ -0,0 +1 @@ +c95ac63c0aad43a6ac457d960569096b0b2ef72dc4e3737e77e3e2de87022cec alsa-lib-1.2.1.1.tar.bz2 diff --git a/extra/alsa-lib/sources b/extra/alsa-lib/sources new file mode 100644 index 00000000..766d1395 --- /dev/null +++ b/extra/alsa-lib/sources @@ -0,0 +1 @@ +https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.1.1.tar.bz2 diff --git a/extra/alsa-lib/version b/extra/alsa-lib/version new file mode 100644 index 00000000..9a598df0 --- /dev/null +++ b/extra/alsa-lib/version @@ -0,0 +1 @@ +1.2.1.1 1 |