mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/allegro to 5.2.5-1
This commit is contained in:
parent
28ae6cb094
commit
25d20d7410
1 changed files with 8 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||
# Contributor: Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
@ -9,23 +8,21 @@
|
|||
# - comment fixing man path
|
||||
|
||||
pkgname=allegro
|
||||
pkgver=5.2.4
|
||||
pkgrel=2
|
||||
pkgver=5.2.5
|
||||
pkgrel=1
|
||||
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
|
||||
arch=('x86_64')
|
||||
url='http://liballeg.org/'
|
||||
license=('custom')
|
||||
makedepends=('cmake' 'git' 'glu' 'libtheora' 'mesa-libgl' 'ninja' 'opusfile')
|
||||
depends=('dumb' 'gtk2' 'jack' 'libgl' 'libpulse' 'libtheora' 'libwebp' 'libxpm'
|
||||
'libxxf86dga' 'opusfile' 'physfs')
|
||||
arch=(x86_64)
|
||||
url='https://liballeg.org/'
|
||||
license=(custom)
|
||||
makedepends=(cmake git glu libtheora mesa-libgl ninja opusfile)
|
||||
depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxpm libxxf86dga opusfile physfs)
|
||||
source=("git+https://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver.0")
|
||||
md5sums=('SKIP')
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
cmake ../"${pkgname}${pkgver%%.*}" \
|
||||
cmake "../${pkgname}${pkgver%%.*}" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DWANT_DOCS_HTML=OFF \
|
||||
|
@ -35,7 +32,6 @@ build() {
|
|||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" ninja -C build install
|
||||
|
||||
install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \
|
||||
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
|
||||
|
|
Loading…
Reference in a new issue