mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/agg: minor cleanup and build fix
This commit is contained in:
parent
189fcea41c
commit
2dcc3fd13d
@ -6,8 +6,8 @@ pkgrel=0
|
||||
pkgdesc="A Rendering Engine for C++"
|
||||
url="http://antigrain.org/"
|
||||
license="GPL"
|
||||
depends="libx11 freetype sdl"
|
||||
makedepends="autoconf automake libx11-dev freetype-dev sdl-dev uclibc++-dev"
|
||||
depends=
|
||||
makedepends="autoconf automake libtool libx11-dev freetype-dev sdl-dev"
|
||||
install=
|
||||
arch="all"
|
||||
subpackages="$pkgname-dev"
|
||||
@ -23,11 +23,11 @@ prepare() {
|
||||
msg "Applying ${i}"
|
||||
patch -Np1 -i "$i" || return 1
|
||||
done
|
||||
sh ./autogen.sh || return 1
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
sh ./autogen.sh
|
||||
./configure --prefix=/usr --disable-static || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user