testing/agg: minor cleanup and build fix

This commit is contained in:
Natanael Copa 2010-12-21 15:05:52 +00:00
parent 189fcea41c
commit 2dcc3fd13d

View File

@ -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
}