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

Felix Yan felixonmars at archlinux.org
Sun Aug 6 17:27:43 UTC 2017


    Date: Sunday, August 6, 2017 @ 17:27:42
  Author: felixonmars
Revision: 249064

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

Added:
  libtecla/repos/community-i686/
  libtecla/repos/community-i686/PKGBUILD
    (from rev 249063, libtecla/trunk/PKGBUILD)
  libtecla/repos/community-x86_64/
  libtecla/repos/community-x86_64/PKGBUILD
    (from rev 249063, libtecla/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libtecla/repos/community-i686/PKGBUILD (from rev 249063, libtecla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-06 17:27:42 UTC (rev 249064)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de
+
+pkgname=libtecla
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="Interactive command line editing facilities"
+arch=('i686' 'x86_64')
+url='http://www.astro.caltech.edu/~mcs/tecla/'
+license=('custom:X11')
+depends=('ncurses')
+source=("${url}$pkgname-$pkgver.tar.gz")
+md5sums=('90105ca19e405fb92825a90978e4ab18')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make -j1 prefix="$pkgdir/usr" MANDIR="$pkgdir/usr/share/man" install
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -m 444 LICENSE.TERMS "$pkgdir/usr/share/licenses/$pkgname"
+}

Copied: libtecla/repos/community-x86_64/PKGBUILD (from rev 249063, libtecla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-06 17:27:42 UTC (rev 249064)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de
+
+pkgname=libtecla
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="Interactive command line editing facilities"
+arch=('i686' 'x86_64')
+url='http://www.astro.caltech.edu/~mcs/tecla/'
+license=('custom:X11')
+depends=('ncurses')
+source=("${url}$pkgname-$pkgver.tar.gz")
+md5sums=('90105ca19e405fb92825a90978e4ab18')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make -j1 prefix="$pkgdir/usr" MANDIR="$pkgdir/usr/share/man" install
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -m 444 LICENSE.TERMS "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list