From 752015395fc8b95cc4a86b68189cb747fe9a8499 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 May 2012 00:01:20 +0000 Subject: Tue May 1 00:01:20 UTC 2012 --- extra/yasm/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'extra/yasm') diff --git a/extra/yasm/PKGBUILD b/extra/yasm/PKGBUILD index 0affd661c..d1096c2ff 100644 --- a/extra/yasm/PKGBUILD +++ b/extra/yasm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 142979 2011-11-19 15:19:43Z roman $ +# $Id: PKGBUILD 157779 2012-04-29 10:55:02Z allan $ # Maintainer: Роман Кирилич (Roman Kyrylych) # Contributor: Aaron Griffin # Contributor: Vinay S Shastry pkgname=yasm pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" arch=('i686' 'x86_64') license=('custom') @@ -21,6 +21,11 @@ build() { make } +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install -- cgit v1.2.3-54-g00ecf