[arch-commits] CVS update of extra/devel/yasm (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 8 11:33:05 UTC 2007


    Date: Sunday, July 8, 2007 @ 07:33:05
  Author: andyrtr
    Path: /home/cvs-extra/extra/devel/yasm

Modified: PKGBUILD (1.1 -> 1.2)

updatepkg 0.6.1


----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


Index: extra/devel/yasm/PKGBUILD
diff -u extra/devel/yasm/PKGBUILD:1.1 extra/devel/yasm/PKGBUILD:1.2
--- extra/devel/yasm/PKGBUILD:1.1	Wed Dec 13 17:06:31 2006
+++ extra/devel/yasm/PKGBUILD	Sun Jul  8 07:33:05 2007
@@ -1,18 +1,21 @@
 # Contributor: Vinay S Shastry <vinayshastry at gmail.com>
 pkgname=yasm
-pkgver=0.5.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Yasm is a complete rewrite of the NASM assembler designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.)"
-arch=(!i686 x86_64)
+arch=('i686' 'x86_64')
+license=('custom')
 url="http://www.tortall.net/projects/yasm/"
 depends=('glibc')
 source=(http://www.tortall.net/projects/yasm/releases/$pkgname-$pkgver.tar.gz)
-options=('NOLIBTOOL')
+options=('!libtool')
+md5sums=('2add4f9253681d1dc6084c6676b98468')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
+  install -Dm644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }
 




More information about the arch-commits mailing list