aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/agg/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/agg/APKBUILD b/testing/agg/APKBUILD
index 2c995fd468..41384e8123 100644
--- a/testing/agg/APKBUILD
+++ b/testing/agg/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Elizabeth Jennifer Myers <elizabeth@sporksirc.net>
pkgname=agg
pkgver=2.5
-pkgrel=2
+pkgrel=3
pkgdesc="A Rendering Engine for C++"
-url="http://antigrain.org/"
-license="GPL"
-depends=
+url="http://antigrain.com"
+license="GPL2+"
+depends=""
makedepends="autoconf automake libtool libx11-dev freetype-dev sdl-dev"
-install=
+install=""
arch="all"
subpackages="$pkgname-dev"
source="http://www.antigrain.com/$pkgname-$pkgver.tar.gz
@@ -16,7 +16,6 @@ source="http://www.antigrain.com/$pkgname-$pkgver.tar.gz
agg-2.5-pkgconfig.patch"
_builddir="$srcdir"/$pkgname-$pkgver
-
prepare() {
cd $_builddir
for i in "$srcdir"/*.patch; do