mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
lirc: add some build dependencies
This commit is contained in:
parent
ef60d8f189
commit
89ce0fa3ff
@ -3,13 +3,13 @@
|
||||
pkgname=lirc
|
||||
_pkgver=0.9.3a
|
||||
[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || pkgver="$_pkgver"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Linux Infrared Remote Control utils"
|
||||
arch=('x86_64')
|
||||
url="http://www.lirc.org/"
|
||||
license=('GPL')
|
||||
depends=('alsa-lib' 'libx11' 'libftdi' 'libirman')
|
||||
makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python3' 'libxml2')
|
||||
makedepends=('help2man' 'python3' 'libxml2' 'python3-yaml' 'doxygen' 'man2html')
|
||||
optdepends=('python3: for lirc-setup, irdb-get and pronto2lirc')
|
||||
provides=('lirc-utils')
|
||||
conflicts=('lirc-utils')
|
||||
|
Loading…
Reference in New Issue
Block a user