Date: Monday, April 4, 2011 @ 09:55:26
  Author: jgc
Revision: 117632

Add libirman

Added:
  libirman/
  libirman/repos/
  libirman/trunk/
  libirman/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Added: libirman/trunk/PKGBUILD
===================================================================
--- libirman/trunk/PKGBUILD                             (rev 0)
+++ libirman/trunk/PKGBUILD     2011-04-04 13:55:26 UTC (rev 117632)
@@ -0,0 +1,22 @@
+# $Id: $
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=libirman
+pkgver=0.4.5
+pkgrel=2
+pkgdesc="Irman driver lcd library"
+arch=('i686' 'x86_64')
+url="http://www.lirc.org";
+license=('LGPL')
+options=(!libtool)
+backup=('etc/irman.conf')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4a2708d53b6c79659c073cfefed57f78')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to