[arch-commits] Commit in (ecm-tools ecm-tools/trunk ecm-tools/trunk/PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Jan 16 13:36:25 UTC 2015


    Date: Friday, January 16, 2015 @ 14:36:24
  Author: alucryd
Revision: 125986

Replace ecm with ecm-tools

Added:
  ecm-tools/
  ecm-tools/trunk/
  ecm-tools/trunk/PKGBUILD

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

Added: ecm-tools/trunk/PKGBUILD
===================================================================
--- ecm-tools/trunk/PKGBUILD	                        (rev 0)
+++ ecm-tools/trunk/PKGBUILD	2015-01-16 13:36:24 UTC (rev 125986)
@@ -0,0 +1,29 @@
+# $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')
+replaces=('ecm')
+source=("git+https://github.com/alucryd/ecm-tools.git")
+sha256sums=('SKIP')
+
+build() {
+  gcc $CFLAGS -O9 -Wall -Wextra -Werror -fomit-frame-pointer "ecm.c" -s -o "bin2ecm"
+}
+
+package() {
+  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:


Property changes on: ecm-tools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list