Date: Friday, January 11, 2019 @ 08:11:09
  Author: felixonmars
Revision: 422313

archrelease: copy trunk to community-staging-x86_64

Added:
  rlwrap/repos/community-staging-x86_64/
  rlwrap/repos/community-staging-x86_64/ChangeLog
    (from rev 422312, rlwrap/trunk/ChangeLog)
  rlwrap/repos/community-staging-x86_64/PKGBUILD
    (from rev 422312, rlwrap/trunk/PKGBUILD)

-----------+
 ChangeLog |   13 +++++++++++++
 PKGBUILD  |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: rlwrap/repos/community-staging-x86_64/ChangeLog (from rev 422312, 
rlwrap/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog                          (rev 0)
+++ community-staging-x86_64/ChangeLog  2019-01-11 08:11:09 UTC (rev 422313)
@@ -0,0 +1,13 @@
+2016-05-23 Kyle Keen <[email protected]>
+* Updated to 0.43
+2014-11-17 Kyle Keen <[email protected]>
+* Updated to 0.42
+2014-07-11 Kyle Keen <[email protected]>
+* Updated to 0.41
+2014-05-10 Kyle Keen <[email protected]>
+* Updated to 0.40
+2008-03-21 partition <[email protected]>
+* Updated to 0.30
+2007-06-28 tardo <[email protected]>
+* Built for x86_64
+

Copied: rlwrap/repos/community-staging-x86_64/PKGBUILD (from rev 422312, 
rlwrap/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-11 08:11:09 UTC (rev 422313)
@@ -0,0 +1,33 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: wizzomafizzo <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: Benjamin Andresen <benny AT klapmuetz DOT org>
+# Contributor: Douglas Thrift <[email protected]>
+
+pkgname=rlwrap
+pkgver=0.43
+pkgrel=3
+pkgdesc="Adds readline-style editing and history to programs."
+arch=('x86_64')
+url="https://github.com/hanslub42/rlwrap";
+license=('GPL')
+depends=('perl')
+optdepends=('python: filters')
+source=($pkgname-$pkgver.tar.gz::https://github.com/hanslub42/rlwrap/archive/v$pkgver.tar.gz)
+md5sums=('361d54b7127374e5761e0738eb7b88fb')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -vi
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Reply via email to