mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
nasm: 2.11.08 for multimedia group
This commit is contained in:
parent
97efcf2017
commit
ef8e7c879a
@ -1,17 +1,16 @@
|
||||
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/nasm
|
||||
|
||||
pkgname=nasm
|
||||
pkgver=2.10.07
|
||||
pkgrel=2
|
||||
pkgver=2.11.08
|
||||
pkgrel=1
|
||||
pkgdesc="80x86 assembler designed for portability and modularity"
|
||||
url="http://www.nasm.us"
|
||||
license=('BSD')
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
depends=('glibc')
|
||||
makedepends=('ghostscript')
|
||||
install=nasm.install
|
||||
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('af1cd6669f5e98148cd5ec42dee90f19')
|
||||
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
|
||||
sha1sums=('6908296ac437b3ade79fadfaad0efcfd99582f70')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user