[arch-commits] Commit in libtool/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Jan 27 19:01:59 UTC 2018


    Date: Saturday, January 27, 2018 @ 19:01:47
  Author: bpiotrowski
Revision: 315517

archrelease: copy trunk to testing-x86_64

Added:
  libtool/repos/testing-x86_64/PKGBUILD
    (from rev 315516, libtool/trunk/PKGBUILD)
Deleted:
  libtool/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-27 19:01:25 UTC (rev 315516)
+++ PKGBUILD	2018-01-27 19:01:47 UTC (rev 315517)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-# NOTE: requires rebuilt with each new gcc version
-
-pkgname=libtool
-pkgver=2.4.6+40+g6ca5e224
-pkgrel=3
-_gccver=7.3.0
-pkgdesc='A generic library support script'
-arch=(x86_64)
-url='http://www.gnu.org/software/libtool"'
-license=(GPL)
-groups=(base-devel)
-depends=(sh tar glibc)
-makedepends=("gcc=$_gccver" git help2man)
-provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
-conflicts=('libltdl' 'libtool-multilib')
-replaces=('libltdl' 'libtool-multilib')
-_commit=6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f
-source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit)
-md5sums=('SKIP')
-
-
-pkgver() {
-  cd libtool
-  git describe --tags | sed 's/-/+/g;s/^v//'
-}
-
-prepare() {
-  cd libtool
-  ./bootstrap
-}
-
-build() {
-  cd libtool
-  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32"
-  make
-}
-
-check() {
-  cd libtool
-  make check || :
-}
-
-package() {
-  cd libtool
-  make DESTDIR="$pkgdir" install
-}

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 315516, libtool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-27 19:01:47 UTC (rev 315517)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.6+40+g6ca5e224
+pkgrel=4
+_gccver=7.3.0
+pkgdesc='A generic library support script'
+arch=(x86_64)
+url='http://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(base-devel)
+depends=(sh tar glibc)
+makedepends=("gcc=$_gccver" git help2man)
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=('libltdl' 'libtool-multilib')
+replaces=('libltdl' 'libtool-multilib')
+_commit=6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit)
+md5sums=('SKIP')
+
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+  ./bootstrap
+}
+
+build() {
+  cd libtool
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32"
+  make
+}
+
+check() {
+  cd libtool
+  make check || :
+}
+
+package() {
+  cd libtool
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list