mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/dumb to 2.0.2-3
This commit is contained in:
parent
f3b02e6c05
commit
6b65f7c380
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
pkgbase=dumb
|
||||
pkgname=(dumb dumb-a4)
|
||||
pkgver=2.0.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='IT, XM, S3M and MOD player library'
|
||||
arch=('x86_64')
|
||||
license=('custom:dumb' 'GPL')
|
||||
|
@ -54,12 +54,15 @@ build() {
|
|||
}
|
||||
|
||||
package_dumb() {
|
||||
conflicts=('dumb-a4')
|
||||
DESTDIR="$pkgdir" ninja -C build-a5 install
|
||||
install -Dm644 "$pkgbase-$pkgver/LICENSE" \
|
||||
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
package_dumb-a4() {
|
||||
conflicts=('dumb')
|
||||
provides=('dumb')
|
||||
depends=('allegro4')
|
||||
pkgdesc='IT, XM, S3M and MOD player library (for Allegro 4)'
|
||||
|
||||
|
|
Loading…
Reference in a new issue