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

Sergej Pupykin spupykin at archlinux.org
Tue Mar 8 19:28:36 UTC 2016


    Date: Tuesday, March 8, 2016 @ 20:28:36
  Author: spupykin
Revision: 165621

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

Added:
  libfastjson/repos/community-i686/
  libfastjson/repos/community-i686/PKGBUILD
    (from rev 165620, libfastjson/trunk/PKGBUILD)
  libfastjson/repos/community-x86_64/
  libfastjson/repos/community-x86_64/PKGBUILD
    (from rev 165620, libfastjson/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libfastjson/repos/community-i686/PKGBUILD (from rev 165620, libfastjson/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-08 19:28:36 UTC (rev 165621)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Bob Gregory <pathogenix at gmail.com>
+
+pkgname=libfastjson
+pkgver=0.99.2
+pkgrel=1
+pkgdesc="A performance-focused json library for C"
+arch=('i686' 'x86_64')
+url="https://github.com/rsyslog/libfastjson"
+license=('GPL')
+depends=()
+source=(https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('72c71fcc8ca9f6d2fd84a42f27f21124')
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fvi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: libfastjson/repos/community-x86_64/PKGBUILD (from rev 165620, libfastjson/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-08 19:28:36 UTC (rev 165621)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Bob Gregory <pathogenix at gmail.com>
+
+pkgname=libfastjson
+pkgver=0.99.2
+pkgrel=1
+pkgdesc="A performance-focused json library for C"
+arch=('i686' 'x86_64')
+url="https://github.com/rsyslog/libfastjson"
+license=('GPL')
+depends=()
+source=(https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('72c71fcc8ca9f6d2fd84a42f27f21124')
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fvi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list