diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-06-14 23:57:36 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-14 23:57:36 -0500 |
commit | 9e2a44646a74cd6cc490c76d3cbaf5211b3b1026 (patch) | |
tree | 67fb1a32667a156a9cd756ded6d7fa3bca9fd7cd /development/yasm | |
parent | 2e53d783ef73373013940cd74a83ff0a75ecc7c9 (diff) | |
download | slackbuilds-9e2a44646a74cd6cc490c76d3cbaf5211b3b1026.tar.gz |
development/yasm: Updated for version 1.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/yasm')
-rw-r--r-- | development/yasm/README | 18 | ||||
-rw-r--r-- | development/yasm/yasm.SlackBuild | 13 | ||||
-rw-r--r-- | development/yasm/yasm.info | 8 |
3 files changed, 17 insertions, 22 deletions
diff --git a/development/yasm/README b/development/yasm/README index 9840f71a33..94d5ec3122 100644 --- a/development/yasm/README +++ b/development/yasm/README @@ -1,11 +1,9 @@ -Yasm is a complete rewrite of the NASM assembler under the "new" -BSD License (some portions are under other licenses, see COPYING -for details). Yasm currently supports the x86 and AMD64 instruction -sets, accepts NASM and GAS assembler syntaxes, outputs binary, -ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and -Win64 object formats, and generates source debugging information -in STABS, DWARF 2, and CodeView? 8 formats. +Yasm is a complete rewrite of the NASM assembler under the "new" BSD License +(some portions are under other licenses, see COPYING for details). Yasm +currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS +assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, +RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging +information in STABS, DWARF 2, and CodeView? 8 formats. -Building of the python bindings can be enabled by passing -PYTHON_BINDINGS=yes to the script. This requires Cython, -which is also available from SlackBuilds.org. +If you have Cython installed, you can build the python bindings by passing +PYTHON_BINDINGS=yes to the script. diff --git a/development/yasm/yasm.SlackBuild b/development/yasm/yasm.SlackBuild index 58b2c2e3f9..799ee89313 100644 --- a/development/yasm/yasm.SlackBuild +++ b/development/yasm/yasm.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yasm -VERSION=1.0.0 +VERSION=1.0.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,19 +84,16 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --enable-python \ - $py \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux \ + $py make make install-strip DESTDIR=$PKG -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS AUTHORS ChangeLog COPYING GNU_* INSTALL NEWS README *.txt \ +cp -a AUTHORS ChangeLog COPYING GNU_* INSTALL NEWS README *.txt \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/development/yasm/yasm.info b/development/yasm/yasm.info index c7a9c8c56a..4a21fbda34 100644 --- a/development/yasm/yasm.info +++ b/development/yasm/yasm.info @@ -1,10 +1,10 @@ PRGNAM="yasm" -VERSION="1.0.0" +VERSION="1.0.1" HOMEPAGE="http://www.tortall.net/projects/yasm/" -DOWNLOAD="http://www.tortall.net/projects/yasm/releases/yasm-1.0.0.tar.gz" -MD5SUM="e00627e13d30ff9238053e95bd93a8fb" +DOWNLOAD="http://www.tortall.net/projects/yasm/releases/yasm-1.0.1.tar.gz" +MD5SUM="2174fc3b6b74de07667f42d47514c336" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="Erik Hanson" +APPROVED="rworkman" |