[arch-commits] Commit in xa/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Mar 29 13:20:04 UTC 2019


    Date: Friday, March 29, 2019 @ 13:20:03
  Author: arodseth
Revision: 446010

archrelease: copy trunk to community-x86_64

Added:
  xa/repos/community-x86_64/PKGBUILD
    (from rev 446009, xa/trunk/PKGBUILD)
Deleted:
  xa/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-29 13:19:56 UTC (rev 446009)
+++ PKGBUILD	2019-03-29 13:20:03 UTC (rev 446010)
@@ -1,22 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Chris Mosher <cmosher01 at gmail.com>
-
-pkgname=xa
-pkgver=2.3.8
-pkgrel=2
-pkgdesc='Cross-assembler for 6502 microprocessor'
-url='http://www.floodgap.com/retrotech/xa/'
-arch=('x86_64')
-license=('GPL2')
-source=("http://www.floodgap.com/retrotech/xa/dists/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3b97d2fe8891336676ca28ff127b69e997f0b5accf2c7009b4517496929b462a')
-
-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 446009, xa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-29 13:20:03 UTC (rev 446010)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Chris Mosher <cmosher01 at gmail.com>
+
+pkgname=xa
+pkgver=2.3.9
+pkgrel=1
+pkgdesc='Cross-assembler for the 6502 microprocessor'
+arch=(x86_64)
+url='https://floodgap.com/retrotech/xa/'
+license=(GPL2)
+makedepends=(setconf)
+source=("http://floodgap.com/retrotech/xa/dists/$pkgname-$pkgver.tar.gz")
+sha256sums=('8d3097d3b75adf4305d7d5c8e8f2568a7176cb348bcc50006cfc58378540c555')
+
+prepare() {
+  setconf $pkgname-$pkgver/Makefile CFLAGS="$CFLAGS"
+  setconf $pkgname-$pkgver/Makefile LDFLAGS="$LDFLAGS"
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+	make -C $pkgname-$pkgver DESTDIR="$pkgdir/usr" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list