[arch-commits] Commit in ecm-tools (5 files)

Maxime Gauduin alucryd at archlinux.org
Fri Jan 16 13:41:33 UTC 2015


    Date: Friday, January 16, 2015 @ 14:41:33
  Author: alucryd
Revision: 125988

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

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

---------------------------+
 community-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: ecm-tools/repos/community-i686/PKGBUILD (from rev 125987, ecm-tools/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-01-16 13:41:33 UTC (rev 125988)
@@ -0,0 +1,34 @@
+# $Id$
+# 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=1
+pkgdesc='Error Code Modeler'
+arch=('i686' '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:

Copied: ecm-tools/repos/community-x86_64/PKGBUILD (from rev 125987, ecm-tools/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-01-16 13:41:33 UTC (rev 125988)
@@ -0,0 +1,34 @@
+# $Id$
+# 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=1
+pkgdesc='Error Code Modeler'
+arch=('i686' '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