community/allegro to 5.2.7.0-1

This commit is contained in:
Kevin Mihelich 2021-03-09 13:41:51 +00:00
parent 053380b65f
commit d8f41b5dda

View file

@ -8,8 +8,8 @@
# - comment fixing man path
pkgname=allegro
pkgver=5.2.6.0
pkgrel=4
pkgver=5.2.7.0
pkgrel=1
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
arch=(x86_64)
url='https://liballeg.org/'
@ -17,7 +17,7 @@ license=(custom)
makedepends=(cmake glu libtheora mesa-libgl opusfile xorgproto)
depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxcursor libxpm opusfile physfs)
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
sha256sums=('5de8189ec051e1865f359654f86ec68e2a12a94edd00ad06d1106caa5ff27763')
sha256sums=('c1e3b319d99cb453b39d393572ba2b9f3de42a96de424aee7d4a1abceaaa970c')
build() {
mkdir -p build
@ -31,9 +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"
}