Date: Friday, November 9, 2018 @ 21:12:50
  Author: felixonmars
Revision: 338535

archrelease: copy trunk to staging-x86_64

Added:
  libirman/repos/staging-x86_64/
  libirman/repos/staging-x86_64/PKGBUILD
    (from rev 338534, libirman/trunk/PKGBUILD)

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

Copied: libirman/repos/staging-x86_64/PKGBUILD (from rev 338534, 
libirman/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2018-11-09 21:12:50 UTC (rev 338535)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=libirman
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="Irman driver lcd library"
+arch=('x86_64')
+url="http://www.lirc.org";
+license=('LGPL')
+backup=('etc/irman.conf')
+depends=('glibc' 'lirc')
+source=("http://downloads.sourceforge.net/libirman/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('1f1175995e527c41871077d278aa7448')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static --with-plugin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to