[arch-commits] Commit in nasm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Dec 10 22:14:37 UTC 2017
Date: Sunday, December 10, 2017 @ 22:14:36
Author: arojas
Revision: 312153
archrelease: copy trunk to extra-x86_64
Added:
nasm/repos/extra-x86_64/PKGBUILD
(from rev 312152, nasm/trunk/PKGBUILD)
Deleted:
nasm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-10 22:13:55 UTC (rev 312152)
+++ PKGBUILD 2017-12-10 22:14:36 UTC (rev 312153)
@@ -1,27 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 312152, nasm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-10 22:14:36 UTC (rev 312153)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=nasm
+pkgver=2.13.02
+pkgrel=1
+pkgdesc="An 80x86 assembler designed for portability and modularity"
+arch=('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=('9f2e5f95d7966fe609c7c20771d64254ee77204e')
+
+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