[arch-commits] Commit in ecm-tools/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:36:21 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:36:21
  Author: felixonmars
Revision: 659322

archrelease: copy trunk to community-staging-x86_64

Added:
  ecm-tools/repos/community-staging-x86_64/
  ecm-tools/repos/community-staging-x86_64/PKGBUILD
    (from rev 659320, ecm-tools/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: ecm-tools/repos/community-staging-x86_64/PKGBUILD (from rev 659320, ecm-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:36:21 UTC (rev 659322)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Slash <demodevil5 at yahoo.com>
+# Contributor: Nathan Owe <ndowens.aur at gmail.com>
+# Contributor: Christoph Zeiler <rabyte at gmail.com>
+
+pkgname=ecm-tools
+pkgver=1.03
+pkgrel=3
+pkgdesc='Error Code Modeler'
+arch=('x86_64')
+url='https://github.com/alucryd/ecm-tools'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git')
+replaces=('ecm')
+source=('git+https://github.com/alucryd/ecm-tools.git#commit=41bf9d2')
+sha256sums=('SKIP')
+
+build() {
+  cd ecm-tools
+
+  gcc $CFLAGS -O9 -Wall -Wextra -Werror -fomit-frame-pointer "ecm.c" -s -o "bin2ecm"
+}
+
+package() {
+  cd ecm-tools
+
+  install -dm 755 "${pkgdir}"/usr/bin
+  install -m 755 bin2ecm "${pkgdir}"/usr/bin/
+  ln -s bin2ecm "${pkgdir}"/usr/bin/ecm2bin
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list