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

Antonio Rojas arojas at archlinux.org
Wed May 3 17:03:17 UTC 2017


    Date: Wednesday, May 3, 2017 @ 17:03:17
  Author: arojas
Revision: 295225

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

Added:
  nasm/repos/testing-i686/
  nasm/repos/testing-i686/PKGBUILD
    (from rev 295224, nasm/trunk/PKGBUILD)
  nasm/repos/testing-x86_64/
  nasm/repos/testing-x86_64/PKGBUILD
    (from rev 295224, nasm/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: nasm/repos/testing-i686/PKGBUILD (from rev 295224, nasm/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-05-03 17:03:17 UTC (rev 295225)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=nasm
+pkgver=2.13.01
+pkgrel=1
+pkgdesc="An 80x86 assembler designed for portability and modularity"
+arch=('i686' 'x86_64')
+url="http://www.nasm.us"
+license=('BSD')
+depends=('glibc')
+makedepends=('perl-font-ttf' 'perl-sort-versions' 'fontconfig' 'adobe-source-sans-pro-fonts' 'ttf-liberation' 'ghostscript')
+source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('b2ff7fbb085cfc7ba29f48cd79cb1e88bbcc128b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make -C doc
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALLROOT="${pkgdir}" install install_rdf
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/nasm/LICENSE
+}

Copied: nasm/repos/testing-x86_64/PKGBUILD (from rev 295224, nasm/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-05-03 17:03:17 UTC (rev 295225)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=nasm
+pkgver=2.13.01
+pkgrel=1
+pkgdesc="An 80x86 assembler designed for portability and modularity"
+arch=('i686' 'x86_64')
+url="http://www.nasm.us"
+license=('BSD')
+depends=('glibc')
+makedepends=('perl-font-ttf' 'perl-sort-versions' 'fontconfig' 'adobe-source-sans-pro-fonts' 'ttf-liberation' 'ghostscript')
+source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('b2ff7fbb085cfc7ba29f48cd79cb1e88bbcc128b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make -C doc
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALLROOT="${pkgdir}" install install_rdf
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/nasm/LICENSE
+}



More information about the arch-commits mailing list