[arch-commits] Commit in libirman/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 12:24:34 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:24:33
  Author: felixonmars
Revision: 384517

archrelease: copy trunk to staging-x86_64

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

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

Copied: libirman/repos/staging-x86_64/PKGBUILD (from rev 384516, libirman/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 12:24:33 UTC (rev 384517)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libirman
+pkgver=0.5.2
+pkgrel=3
+pkgdesc="Irman driver lcd library"
+arch=('x86_64')
+url="http://www.lirc.org"
+license=('LGPL')
+backup=('etc/irman.conf')
+depends=('glibc' 'lirc')
+source=("https://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
+}



More information about the arch-commits mailing list