main/bc: specify license

This commit is contained in:
Fabian Affolter 2013-10-31 10:13:57 +00:00 committed by Natanael Copa
parent 2fa6d648e9
commit 4faf5466a8

View File

@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bc
pkgver=1.06.95
pkgrel=0
pkgdesc="arbitrary precision numeric processing language (calculator)"
pkgrel=1
pkgdesc="An arbitrary precision numeric processing language (calculator)"
url="http://www.gnu.org/software/bc/bc.html"
arch="all"
license="GPL"
depends=
license="GPL2+"
depends=""
makedepends="flex readline-dev texinfo"
install=
install=""
subpackages="$pkgname-doc"
source="ftp://alpha.gnu.org/gnu/bc/bc-$pkgver.tar.bz2
bc-1.06.95-void_uninitialized.patch"