[arch-commits] Commit in xa/repos (4 files)

Gaetan Bisson bisson at archlinux.org
Mon Oct 13 00:53:47 UTC 2014


    Date: Monday, October 13, 2014 @ 02:53:47
  Author: bisson
Revision: 120577

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

Added:
  xa/repos/community-i686/
  xa/repos/community-i686/PKGBUILD
    (from rev 120576, xa/trunk/PKGBUILD)
  xa/repos/community-x86_64/
  xa/repos/community-x86_64/PKGBUILD
    (from rev 120576, xa/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: xa/repos/community-i686/PKGBUILD (from rev 120576, xa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-13 00:53:47 UTC (rev 120577)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Chris Mosher <cmosher01 at gmail.com>
+
+pkgname=xa
+pkgver=2.3.6
+pkgrel=1
+pkgdesc='Cross-assembler for 6502 microprocessor'
+url='http://www.floodgap.com/retrotech/xa/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+source=("http://www.floodgap.com/retrotech/xa/dists/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('f4472003c939e94f28f61ce680c5b762f8ba41e1')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}/usr" install
+}

Copied: xa/repos/community-x86_64/PKGBUILD (from rev 120576, xa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-13 00:53:47 UTC (rev 120577)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Chris Mosher <cmosher01 at gmail.com>
+
+pkgname=xa
+pkgver=2.3.6
+pkgrel=1
+pkgdesc='Cross-assembler for 6502 microprocessor'
+url='http://www.floodgap.com/retrotech/xa/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+source=("http://www.floodgap.com/retrotech/xa/dists/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('f4472003c939e94f28f61ce680c5b762f8ba41e1')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}/usr" install
+}



More information about the arch-commits mailing list