Date: Monday, July 10, 2017 @ 13:36:43
  Author: eworm
Revision: 300022

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

Added:
  jemalloc/repos/testing-i686/
  jemalloc/repos/testing-i686/PKGBUILD
    (from rev 300021, jemalloc/trunk/PKGBUILD)
  jemalloc/repos/testing-x86_64/
  jemalloc/repos/testing-x86_64/PKGBUILD
    (from rev 300021, jemalloc/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: jemalloc/repos/testing-i686/PKGBUILD (from rev 300021, 
jemalloc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-07-10 13:36:43 UTC (rev 300022)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Massimiliano Torromeo <[email protected]>
+# Contributor: Kovivchak Evgen <[email protected]>
+
+pkgname=jemalloc
+epoch=1
+pkgver=5.0.1
+pkgrel=2
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # static and shared libraries are named different,
+  # so we have to remove manually
+  rm "$pkgdir"/usr/lib/*.a
+}

Copied: jemalloc/repos/testing-x86_64/PKGBUILD (from rev 300021, 
jemalloc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-07-10 13:36:43 UTC (rev 300022)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Massimiliano Torromeo <[email protected]>
+# Contributor: Kovivchak Evgen <[email protected]>
+
+pkgname=jemalloc
+epoch=1
+pkgver=5.0.1
+pkgrel=2
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # static and shared libraries are named different,
+  # so we have to remove manually
+  rm "$pkgdir"/usr/lib/*.a
+}

Reply via email to