[arch-commits] Commit in lib32-libtasn1/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Oct 13 04:13:53 UTC 2014


    Date: Monday, October 13, 2014 @ 06:13:52
  Author: fyan
Revision: 120579

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD
    (from rev 120578, lib32-libtasn1/trunk/PKGBUILD)
Deleted:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-13 04:13:30 UTC (rev 120578)
+++ PKGBUILD	2014-10-13 04:13:52 UTC (rev 120579)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Florian Pritz <bluewind at xinu.at>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-_pkgbase=libtasn1
-pkgname=lib32-${_pkgbase}
-pkgver=4.1
-pkgrel=1
-pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/libtasn1/"
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('f9b37df3c2c9c6439d8bf427bfbfc521'
-         SKIP)
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/"{bin,include,share}
-}

Copied: lib32-libtasn1/repos/multilib-x86_64/PKGBUILD (from rev 120578, lib32-libtasn1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-13 04:13:52 UTC (rev 120579)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Florian Pritz <bluewind at xinu.at>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=4.2
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/"
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('414df906df421dee0a5cf7548788d153'
+         SKIP)
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/"{bin,include,share}
+}



More information about the arch-commits mailing list