summaryrefslogtreecommitdiff
path: root/extra/yasm
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yasm')
-rw-r--r--extra/yasm/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/yasm/PKGBUILD b/extra/yasm/PKGBUILD
index 88c6e535b..c1883cb20 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) <roman@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
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' 'mips64el')
license=('custom')
@@ -21,6 +21,11 @@ build() {
make
}
+check() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make check
+}
+
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install