🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: mpg123
pkgver: '1.33.7'
pkgrel: '1'
pkgdesc: 'The mpg123 package contains a console-based MP3 player. It claims to be the fastest MP3 decoder for Unix.'
url: 'https://mpg123.de/'
arch: x86_64
license:
- 'LGPL2.1'
depends: []
makedepends:
- 'alsa-lib'
source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --with-module-suffix=.so
make
make DESTDIR=${PKGDIR} install
# Obsolets
rm -f ${PKGDIR}/usr/lib/libout123.la
rm -f ${PKGDIR}/usr/lib/libmpg123.la
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true