1 # Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Irman driver lcd library"
9 url="http://www.lirc.org"
11 backup=('etc/irman.conf')
12 depends=('glibc' 'lirc')
13 source=("https://downloads.sourceforge.net/libirman/${pkgname}-${pkgver}.tar.gz")
14 sha256sums=('43e58d7cd22b3a4c4dc8dcf8542a269ebcb4d8f6ceea0577b9fc882898f09a47')
17 cd "${srcdir}/${pkgname}-${pkgver}"
18 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --with-plugin
23 cd "${srcdir}/${pkgname}-${pkgver}"
24 make DESTDIR="${pkgdir}" install