mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/allegro to 5.2.6.0-2
This commit is contained in:
parent
5c25fc9169
commit
a1b605423c
1 changed files with 4 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
|||
|
||||
pkgname=allegro
|
||||
pkgver=5.2.6.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
|
||||
arch=(x86_64)
|
||||
url='https://liballeg.org/'
|
||||
license=(custom)
|
||||
makedepends=(cmake glu libtheora mesa-libgl opusfile xorgproto)
|
||||
depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxpm opusfile physfs)
|
||||
depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxpm 'opusfile>=0.12' physfs)
|
||||
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
|
||||
sha256sums=('5de8189ec051e1865f359654f86ec68e2a12a94edd00ad06d1106caa5ff27763')
|
||||
|
||||
|
@ -31,7 +31,8 @@ build() {
|
|||
package() {
|
||||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
|
||||
install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE.txt \
|
||||
-t "$pkgdir"/usr/share/licenses/$pkgname
|
||||
|
||||
# Fix man path
|
||||
#mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"
|
||||
|
|
Loading…
Reference in a new issue