Date: Monday, October 13, 2014 @ 02:53:18 Author: bisson Revision: 120576
add PKGBUILD Added: xa/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: PKGBUILD =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2014-10-13 00:53:18 UTC (rev 120576) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Gaetan Bisson <[email protected]> +# Contributor: Chris Mosher <[email protected]> + +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 +} Property changes on: xa/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
