[arch-commits] Commit in libirman/repos (4 files)

Lukas Fleischer lfleischer at archlinux.org
Sat Jul 2 22:33:46 UTC 2016


    Date: Saturday, July 2, 2016 @ 22:33:45
  Author: lfleischer
Revision: 270871

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libirman/repos/testing-i686/
  libirman/repos/testing-i686/PKGBUILD
    (from rev 270870, libirman/trunk/PKGBUILD)
  libirman/repos/testing-x86_64/
  libirman/repos/testing-x86_64/PKGBUILD
    (from rev 270870, libirman/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libirman/repos/testing-i686/PKGBUILD (from rev 270870, libirman/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-07-02 22:33:45 UTC (rev 270871)
@@ -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=1
+pkgdesc="Irman driver lcd library"
+arch=('i686' '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
+}

Copied: libirman/repos/testing-x86_64/PKGBUILD (from rev 270870, libirman/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-07-02 22:33:45 UTC (rev 270871)
@@ -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=1
+pkgdesc="Irman driver lcd library"
+arch=('i686' '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
+}



More information about the arch-commits mailing list