mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/lirc: python fix, removed packaging piece related to kernel modules
This commit is contained in:
parent
9f60c767ad
commit
867b9b17cb
1 changed files with 1 additions and 4 deletions
|
@ -16,7 +16,7 @@ _kernver=3.0-ARCH
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.lirc.org/"
|
url="http://www.lirc.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python')
|
makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2')
|
||||||
options=('!makeflags' '!strip')
|
options=('!makeflags' '!strip')
|
||||||
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
|
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
|
||||||
lirc_wpc8769l.patch
|
lirc_wpc8769l.patch
|
||||||
|
@ -90,7 +90,4 @@ package_lirc-utils() {
|
||||||
install -Dm644 "${srcdir}/irexec.conf" "${pkgdir}/etc/conf.d/irexec.conf"
|
install -Dm644 "${srcdir}/irexec.conf" "${pkgdir}/etc/conf.d/irexec.conf"
|
||||||
|
|
||||||
install -d "${pkgdir}/etc/lirc"
|
install -d "${pkgdir}/etc/lirc"
|
||||||
|
|
||||||
# remove built modules
|
|
||||||
rm -r "${pkgdir}/lib/"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue