kbd: remove long_desc; cross build support.
This commit is contained in:
parent
854642172e
commit
b76b9e904a
|
@ -1,22 +1,18 @@
|
||||||
# Template file for 'kbd'
|
# Template file for 'kbd'
|
||||||
pkgname=kbd
|
pkgname=kbd
|
||||||
version=1.15.5
|
version=1.15.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr --datadir=/usr/share/kbd
|
configure_args="--datadir=/usr/share/kbd --localedir=/usr/share/kbd/locale"
|
||||||
--localedir=/usr/share/kbd/locale --mandir=/usr/share/man"
|
|
||||||
makedepends="flex pam-devel"
|
makedepends="flex pam-devel"
|
||||||
|
crossmakedepends="libfl-devel pam-devel"
|
||||||
|
replaces="kbd-common<1.15.5"
|
||||||
short_desc="Linux keyboard utilities"
|
short_desc="Linux keyboard utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="ftp://ftp.altlinux.org/pub/people/legion/kbd/"
|
homepage="ftp://ftp.altlinux.org/pub/people/legion/kbd/"
|
||||||
distfiles="${homepage}/kbd-${version}.tar.gz"
|
distfiles="${homepage}/kbd-${version}.tar.gz"
|
||||||
checksum=e35fa29f690dbbfb721706b2c8edc760c697640904fec65e81194ae8840c5c62
|
checksum=e35fa29f690dbbfb721706b2c8edc760c697640904fec65e81194ae8840c5c62
|
||||||
long_desc="
|
|
||||||
This package allows you to set up the Linux console, change the font,
|
|
||||||
resize text mode virtual consoles and remap the keyboard."
|
|
||||||
|
|
||||||
replaces="kbd-common<1.15.5"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Rename keymap files with the same names
|
# Rename keymap files with the same names
|
||||||
|
|
Loading…
Reference in New Issue