extra/lirc: python fix, removed packaging piece related to kernel modules

This commit is contained in:
Kevin Mihelich 2011-08-08 20:49:01 -04:00
parent 9f60c767ad
commit 867b9b17cb

View file

@ -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/"
} }