diff options
author | Christian Kampka <christian@kampka.net> | 2015-11-06 12:46:07 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-09 08:01:46 +0000 |
commit | 19c407c6031b038236be73cfee287a2e023c86c4 (patch) | |
tree | a8b6dd773ed804df346987d94b19d60f223364e1 /main/libmaxminddb/APKBUILD | |
parent | b77181c7805be2a6fcef22051c4469ef0e2d3708 (diff) | |
download | aports-19c407c6031b038236be73cfee287a2e023c86c4.tar.bz2 aports-19c407c6031b038236be73cfee287a2e023c86c4.tar.xz |
main/libmaxminddb: add doc subpackage
Diffstat (limited to 'main/libmaxminddb/APKBUILD')
-rw-r--r-- | main/libmaxminddb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libmaxminddb/APKBUILD b/main/libmaxminddb/APKBUILD index d757d35a60..18991c2bba 100644 --- a/main/libmaxminddb/APKBUILD +++ b/main/libmaxminddb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libmaxminddb pkgver=1.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Maxmind GeoIP2 database library" url="https://github.com/maxmind/$pkgname" arch="all" @@ -10,7 +10,7 @@ depends="curl" makedepends="automake autoconf libtool" install="" options="" -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-doc" source="$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz libmaxminddb.cron |