🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: libmodplug
pkgver: '0.8.9.0'
pkgrel: '3'
pkgdesc: 'A MOD playing library'
url: 'https://modplug-xmms.sourceforge.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR="${PKGDIR}" install
package: |
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libmodplug.la