aboutsummaryrefslogtreecommitdiffstats
path: root/testing/agg
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-10-31 21:27:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:28 +0000
commit86671a39887617c7b49cf1b7b18e1f12e8a464f7 (patch)
treeadf08dcd5faf271443b49128dab9959778994ceb /testing/agg
parent6015e2c24e08799059d9f646eb14c657b4dea7a0 (diff)
downloadaports-86671a39887617c7b49cf1b7b18e1f12e8a464f7.tar.bz2
aports-86671a39887617c7b49cf1b7b18e1f12e8a464f7.tar.xz
testing/agg: specifiy license
Diffstat (limited to 'testing/agg')
-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