Natanael Copa 4ff65ef299 main: mass-rebuild of packages missing arch in .PKGINFO
this is needed for apk-tools-2.1 migration
2011-03-31 13:43:08 +00:00

39 lines
798 B
Plaintext

# Contributor: Carlo Landmeter
# Maintainer:
pkgname=libmodplug
pkgver=0.8.8.1
pkgrel=1
pkgdesc="A MOD playing library"
url="http://modplug-xmms.sourceforge.net/"
arch="all"
license="custom"
depends=
makedepends=
install=
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/modplug-xmms/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
# apply patches here
}
build() {
cd "$_builddir"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
md5sums="f7fa53a60c650024ff51cca88341776b libmodplug-0.8.8.1.tar.gz"