Date: Saturday, March 14, 2015 @ 19:57:01
  Author: lcarlier
Revision: 233825

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

Added:
  libunwind/repos/extra-i686/
  libunwind/repos/extra-i686/PKGBUILD
    (from rev 233824, libunwind/trunk/PKGBUILD)
  libunwind/repos/extra-x86_64/
  libunwind/repos/extra-x86_64/PKGBUILD
    (from rev 233824, libunwind/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: libunwind/repos/extra-i686/PKGBUILD (from rev 233824, 
libunwind/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2015-03-14 18:57:01 UTC (rev 233825)
@@ -0,0 +1,35 @@
+# $id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lawrence Lee <[email protected]>
+# Contributor: Phillip Marvin <[email protected]>
+# Contributor: keystone <[email protected]>
+
+pkgname=libunwind
+pkgver=1.1
+pkgrel=2
+pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('glibc' 'xz')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
+  make check || return 0
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libunwind/repos/extra-x86_64/PKGBUILD (from rev 233824, 
libunwind/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2015-03-14 18:57:01 UTC (rev 233825)
@@ -0,0 +1,35 @@
+# $id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lawrence Lee <[email protected]>
+# Contributor: Phillip Marvin <[email protected]>
+# Contributor: keystone <[email protected]>
+
+pkgname=libunwind
+pkgver=1.1
+pkgrel=2
+pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('glibc' 'xz')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
+  make check || return 0
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to