mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/sdl_gfx to 2.0.26-3
This commit is contained in:
parent
abf07d53e7
commit
1b02739ae6
1 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=sdl_gfx
|
||||
pkgver=2.0.26
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="SDL graphics drawing primitives and other support functions"
|
||||
url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
|
||||
arch=(x86_64)
|
||||
|
@ -16,6 +16,14 @@ depends=(sdl)
|
|||
source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
|
||||
sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
|
||||
|
||||
prepare() {
|
||||
cd SDL_gfx-$pkgver
|
||||
|
||||
# shipped configure was not regenerated since 2.0.25, resulting in bad soname
|
||||
# https://bugs.archlinux.org/task/60821
|
||||
autoreconf -fvi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd SDL_gfx-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue