🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: cdparanoia
pkgver: '10.2'
pkgrel: '2'
pkgdesc: 'Compact Disc Digital Audio extraction tool'
url: 'https://xiph.org/paranoia/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.xiph.org/releases/cdparanoia/${pkgname}-III-${pkgver}.src.tgz'
- 'https://www.linuxfromscratch.org/patches/blfs/svn/cdparanoia-III-${pkgver}-gcc_fixes-1.patch'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -Np1 -i ../cdparanoia-III-10.2-gcc_fixes-1.patch
./configure --prefix=/usr
make || make -j1
make prefix=${PKGDIR}/usr MANDIR=${PKGDIR}/usr/share/man install
chmod -v 755 ${PKGDIR}/usr/lib/libcdda_*.so.0.10.2
package: |
true