[arch-commits] Commit in osinfo-db-tools (5 files)

Balló György bgyorgy at archlinux.org
Mon Oct 10 09:48:45 UTC 2016


    Date: Monday, October 10, 2016 @ 09:48:45
  Author: bgyorgy
Revision: 191815

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

Added:
  osinfo-db-tools/repos/
  osinfo-db-tools/repos/community-testing-i686/
  osinfo-db-tools/repos/community-testing-i686/PKGBUILD
    (from rev 191814, osinfo-db-tools/trunk/PKGBUILD)
  osinfo-db-tools/repos/community-testing-x86_64/
  osinfo-db-tools/repos/community-testing-x86_64/PKGBUILD
    (from rev 191814, osinfo-db-tools/trunk/PKGBUILD)

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

Copied: osinfo-db-tools/repos/community-testing-i686/PKGBUILD (from rev 191814, osinfo-db-tools/trunk/PKGBUILD)
===================================================================
--- repos/community-testing-i686/PKGBUILD	                        (rev 0)
+++ repos/community-testing-i686/PKGBUILD	2016-10-10 09:48:45 UTC (rev 191815)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=osinfo-db-tools
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Tools for managing the osinfo database"
+arch=('i686' 'x86_64')
+url="https://libosinfo.org/"
+license=('GPL')
+depends=('glib2' 'libarchive' 'libxslt')
+makedepends=('intltool')
+source=("https://fedorahosted.org/releases/l/i/libosinfo/$pkgname-$pkgver.tar.gz")
+md5sums=('70ca425996be08d3f8ff2e7aaf35073d')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}

Copied: osinfo-db-tools/repos/community-testing-x86_64/PKGBUILD (from rev 191814, osinfo-db-tools/trunk/PKGBUILD)
===================================================================
--- repos/community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-testing-x86_64/PKGBUILD	2016-10-10 09:48:45 UTC (rev 191815)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=osinfo-db-tools
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Tools for managing the osinfo database"
+arch=('i686' 'x86_64')
+url="https://libosinfo.org/"
+license=('GPL')
+depends=('glib2' 'libarchive' 'libxslt')
+makedepends=('intltool')
+source=("https://fedorahosted.org/releases/l/i/libosinfo/$pkgname-$pkgver.tar.gz")
+md5sums=('70ca425996be08d3f8ff2e7aaf35073d')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list