Date: Sunday, June 3, 2018 @ 08:45:47 Author: alucryd Revision: 338933
archrelease: copy trunk to community-x86_64 Added: ecm-tools/repos/community-x86_64/PKGBUILD (from rev 338932, ecm-tools/trunk/PKGBUILD) Deleted: ecm-tools/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-06-03 08:45:36 UTC (rev 338932) +++ PKGBUILD 2018-06-03 08:45:47 UTC (rev 338933) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> -# Contributor: Slash <demodev...@yahoo.com> -# Contributor: Nathan Owe <ndowens....@gmail.com> -# Contributor: Christoph Zeiler <rab...@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 338932, ecm-tools/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-06-03 08:45:47 UTC (rev 338933) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Slash <demodev...@yahoo.com> +# Contributor: Nathan Owe <ndowens....@gmail.com> +# Contributor: Christoph Zeiler <rab...@gmail.com> + +pkgname=ecm-tools +pkgver=1.03 +pkgrel=2 +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: