1 # Maintainer: Eric BĂ©langer <eric@archlinux.org>
6 pkgdesc="A MOD playing library"
8 url="http://modplug-xmms.sourceforge.net/"
12 source=(https://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz
13 libmodplug-0.8.9.0-no-fast-math.patch)
14 sha256sums=('457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de'
15 '24b97252803b39546199715158ab1d61616755c6c9756f8b2b9b1948477ce4ed')
18 cd ${pkgname}-${pkgver}
20 patch -Np1 -i ../libmodplug-0.8.9.0-no-fast-math.patch
25 cd ${pkgname}-${pkgver}
26 ./configure --prefix=/usr
27 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
32 cd ${pkgname}-${pkgver}
33 make DESTDIR="${pkgdir}" install
34 install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"