[arch-commits] Commit in libtecla/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 14:43:26 UTC 2020


    Date: Monday, May 25, 2020 @ 14:43:25
  Author: felixonmars
Revision: 634407

archrelease: copy trunk to community-x86_64

Added:
  libtecla/repos/community-x86_64/PKGBUILD
    (from rev 634406, libtecla/trunk/PKGBUILD)
Deleted:
  libtecla/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 14:43:08 UTC (rev 634406)
+++ PKGBUILD	2020-05-25 14:43:25 UTC (rev 634407)
@@ -1,28 +0,0 @@
-# $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 634406, libtecla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 14:43:25 UTC (rev 634407)
@@ -0,0 +1,27 @@
+# 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=2
+pkgdesc="Interactive command line editing facilities"
+arch=('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