[arch-commits] Commit in (5 files)

Sergej Pupykin spupykin at archlinux.org
Mon Mar 30 10:07:30 UTC 2015


    Date: Monday, March 30, 2015 @ 12:07:30
  Author: spupykin
Revision: 130235

Added:
  librelp/
  librelp/.SRCINFO
  librelp/repos/
  librelp/trunk/
  librelp/trunk/PKGBUILD

----------------+
 .SRCINFO       |   15 +++++++++++++++
 trunk/PKGBUILD |   22 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

Added: librelp/.SRCINFO
===================================================================
--- librelp/.SRCINFO	                        (rev 0)
+++ librelp/.SRCINFO	2015-03-30 10:07:30 UTC (rev 130235)
@@ -0,0 +1,15 @@
+# Generated by makepkg 4.2.1
+# Sun Mar 29 11:40:53 UTC 2015
+pkgbase = librelp
+	pkgdesc = The Reliable Event Logging Protocol
+	pkgver = 1.2.7
+	pkgrel = 2
+	url = http://www.librelp.com/
+	arch = i686
+	arch = x86_64
+	license = GPL3
+	source = http://download.rsyslog.com//librelp/librelp-1.2.7.tar.gz
+	md5sums = 26e02602490af3a681a2a13e6ce29efb
+
+pkgname = librelp
+

Added: librelp/trunk/PKGBUILD
===================================================================
--- librelp/trunk/PKGBUILD	                        (rev 0)
+++ librelp/trunk/PKGBUILD	2015-03-30 10:07:30 UTC (rev 130235)
@@ -0,0 +1,22 @@
+# Maintainer: Kaiting Chen <kaiting.chen at kiwilight.com>
+
+pkgname='librelp'
+pkgver='1.2.7'
+pkgrel='2'
+pkgdesc="The Reliable Event Logging Protocol"
+url="http://www.librelp.com/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz")
+md5sums=('26e02602490af3a681a2a13e6ce29efb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list