aboutsummaryrefslogtreecommitdiffstats
path: root/main/kbd
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-30 18:19:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-03 14:39:35 +0000
commite38e845be1ca3d3651d45dc120b35aca25da1ae6 (patch)
treeb57643bac8bd4133527dc38626f449706fd8b1fe /main/kbd
parent7119b173a18a660a83fb20f65bb8cfdac73c13df (diff)
main/kbd: update license tag
Diffstat (limited to 'main/kbd')
-rw-r--r--main/kbd/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/kbd/APKBUILD b/main/kbd/APKBUILD
index de0490cc55b..9ecd61cc6c5 100644
--- a/main/kbd/APKBUILD
+++ b/main/kbd/APKBUILD
@@ -2,17 +2,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kbd
pkgver=2.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Tools for configuring the console (keyboard, virtual terminals, etc.)"
url="http://ftp.altlinux.org/pub/people/legion/kbd"
arch="all"
-license="GPLv2+"
+license="GPL2+"
depends="kbd-misc"
makedepends="bison flex autoconf automake linux-pam-dev check-dev"
install=""
subpackages="$pkgname-misc $pkgname-doc"
-source="ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-$pkgver.tar.gz
- "
+source="ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-$pkgver.tar.gz"
_builddir="$srcdir"/kbd-$pkgver
prepare() {
@@ -84,7 +83,6 @@ package() {
# Link open to openvt
ln -s openvt "$pkgdir"/usr/bin/open
-
}
misc() {