2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

lame: new package at 3.100

This commit is contained in:
Muhammad Herdiansyah 2019-07-23 00:14:50 +00:00
parent 9c24087381
commit 035312bc47
4 changed files with 12 additions and 0 deletions

9
testing/lame/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-nasm \
--enable-shared
make
make DESTDIR="$1" install

1
testing/lame/checksums Normal file
View File

@ -0,0 +1 @@
ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e lame-3.100.tar.gz

1
testing/lame/sources Normal file
View File

@ -0,0 +1 @@
https://downloads.sourceforge.net/lame/lame-3.100.tar.gz

1
testing/lame/version Normal file
View File

@ -0,0 +1 @@
3.100 1