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

Pierre Schmitz pierre at archlinux.org
Sat Feb 18 23:01:53 UTC 2012


    Date: Saturday, February 18, 2012 @ 18:01:52
  Author: pierre
Revision: 150617

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

Added:
  libirman/repos/extra-i686/PKGBUILD
    (from rev 150616, libirman/trunk/PKGBUILD)
  libirman/repos/extra-x86_64/PKGBUILD
    (from rev 150616, libirman/trunk/PKGBUILD)
Deleted:
  libirman/repos/extra-i686/PKGBUILD
  libirman/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++----------------------
 2 files changed, 52 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-18 23:01:20 UTC (rev 150616)
+++ extra-i686/PKGBUILD	2012-02-18 23:01:52 UTC (rev 150617)
@@ -1,22 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at 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
-}

Copied: libirman/repos/extra-i686/PKGBUILD (from rev 150616, libirman/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-18 23:01:52 UTC (rev 150617)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libirman
+pkgver=0.4.5
+pkgrel=3
+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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-18 23:01:20 UTC (rev 150616)
+++ extra-x86_64/PKGBUILD	2012-02-18 23:01:52 UTC (rev 150617)
@@ -1,22 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at 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
-}

Copied: libirman/repos/extra-x86_64/PKGBUILD (from rev 150616, libirman/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-18 23:01:52 UTC (rev 150617)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libirman
+pkgver=0.4.5
+pkgrel=3
+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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list