[arch-commits] Commit in ebizzy/repos (6 files)

Daniel Micay thestinger at archlinux.org
Fri Jul 18 20:16:10 UTC 2014


    Date: Friday, July 18, 2014 @ 22:16:09
  Author: thestinger
Revision: 115929

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

Added:
  ebizzy/repos/community-i686/
  ebizzy/repos/community-i686/Makefile
    (from rev 115928, ebizzy/trunk/Makefile)
  ebizzy/repos/community-i686/PKGBUILD
    (from rev 115928, ebizzy/trunk/PKGBUILD)
  ebizzy/repos/community-x86_64/
  ebizzy/repos/community-x86_64/Makefile
    (from rev 115928, ebizzy/trunk/Makefile)
  ebizzy/repos/community-x86_64/PKGBUILD
    (from rev 115928, ebizzy/trunk/PKGBUILD)

---------------------------+
 community-i686/Makefile   |    3 +++
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/Makefile |    3 +++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 4 files changed, 66 insertions(+)

Copied: ebizzy/repos/community-i686/Makefile (from rev 115928, ebizzy/trunk/Makefile)
===================================================================
--- community-i686/Makefile	                        (rev 0)
+++ community-i686/Makefile	2014-07-18 20:16:09 UTC (rev 115929)
@@ -0,0 +1,3 @@
+LDLIBS = -lpthread
+
+ebizzy: ebizzy.c

Copied: ebizzy/repos/community-i686/PKGBUILD (from rev 115928, ebizzy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-18 20:16:09 UTC (rev 115929)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Masami Ichikawae <masami256 at gmail.com>
+pkgname=ebizzy
+pkgver=0.3
+pkgrel=3
+pkgdesc='Generate a workload resembling common web application server workloads'
+arch=('i686' 'x86_64')
+url="http://ebizzy.sourceforge.net/"
+license=('GPL2')
+depends=('glibc')
+source=('https://downloads.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz'
+        Makefile)
+sha1sums=('e1a8afc36a68a4ea79ad5ec8f786a06d614d8ca5'
+          '51da05091701e4a2ecc3be9ba638de235f596755')
+
+build() {
+  cd $pkgname-$pkgver
+  make -f ../Makefile
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm 755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm 644 README "$pkgdir/usr/share/$pkgname/README"
+}
+
+check() {
+  cd $pkgname-$pkgver
+  ./ebizzy
+}

Copied: ebizzy/repos/community-x86_64/Makefile (from rev 115928, ebizzy/trunk/Makefile)
===================================================================
--- community-x86_64/Makefile	                        (rev 0)
+++ community-x86_64/Makefile	2014-07-18 20:16:09 UTC (rev 115929)
@@ -0,0 +1,3 @@
+LDLIBS = -lpthread
+
+ebizzy: ebizzy.c

Copied: ebizzy/repos/community-x86_64/PKGBUILD (from rev 115928, ebizzy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-18 20:16:09 UTC (rev 115929)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Masami Ichikawae <masami256 at gmail.com>
+pkgname=ebizzy
+pkgver=0.3
+pkgrel=3
+pkgdesc='Generate a workload resembling common web application server workloads'
+arch=('i686' 'x86_64')
+url="http://ebizzy.sourceforge.net/"
+license=('GPL2')
+depends=('glibc')
+source=('https://downloads.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz'
+        Makefile)
+sha1sums=('e1a8afc36a68a4ea79ad5ec8f786a06d614d8ca5'
+          '51da05091701e4a2ecc3be9ba638de235f596755')
+
+build() {
+  cd $pkgname-$pkgver
+  make -f ../Makefile
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm 755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm 644 README "$pkgdir/usr/share/$pkgname/README"
+}
+
+check() {
+  cd $pkgname-$pkgver
+  ./ebizzy
+}




More information about the arch-commits mailing list