[arch-commits] Commit in nasm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Apr 1 09:13:50 UTC 2018
Date: Sunday, April 1, 2018 @ 09:13:49
Author: arojas
Revision: 320814
archrelease: copy trunk to extra-x86_64
Added:
nasm/repos/extra-x86_64/PKGBUILD
(from rev 320813, nasm/trunk/PKGBUILD)
Deleted:
nasm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-01 09:13:20 UTC (rev 320813)
+++ PKGBUILD 2018-04-01 09:13:49 UTC (rev 320814)
@@ -1,27 +0,0 @@
-# $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
-}
Copied: nasm/repos/extra-x86_64/PKGBUILD (from rev 320813, nasm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-01 09:13:49 UTC (rev 320814)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=nasm
+pkgver=2.13.03
+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=('1338ae8832bdbabd00a2b7ee3e39b8fd2f923ea0')
+
+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