wok-6.x rev 11877
up nasm 2.09.10
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 23:19:14 2012 -0800 (2012-02-27) |
parents | 9737b87cd5f1 |
children | 67f9f7889c21 |
files | nasm/description.txt nasm/receipt wv/description.txt wv/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nasm/description.txt Mon Feb 27 23:19:14 2012 -0800 1.3 @@ -0,0 +1,3 @@ 1.4 +The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 1.5 +architecture. It can be used to write 16-bit, 32-bit (IA-32) and 64-bit (x86-64) 1.6 +programs. NASM is considered to be one of the most popular assemblers for Linux.
2.1 --- a/nasm/receipt Mon Feb 27 15:44:08 2012 -0800 2.2 +++ b/nasm/receipt Mon Feb 27 23:19:14 2012 -0800 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="nasm" 2.7 -VERSION="2.09.08" 2.8 +VERSION="2.09.10" 2.9 CATEGORY="development" 2.10 SHORT_DESC="The netwide assembler." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/wv/description.txt Mon Feb 27 23:19:14 2012 -0800 3.3 @@ -0,0 +1,3 @@ 3.4 +wv is a library which allows access to Microsoft Word files. It can load and 3.5 +parse Word 2000, 97, 95 and 6 file formats (these are the file formats known 3.6 +internally as Word 9, 8, 7 and 6).
4.1 --- a/wv/receipt Mon Feb 27 15:44:08 2012 -0800 4.2 +++ b/wv/receipt Mon Feb 27 23:19:14 2012 -0800 4.3 @@ -15,12 +15,15 @@ 4.4 compile_rules() 4.5 { 4.6 cd $src 4.7 + mkdir -p $PWD/_pkg/usr/share/man $PWD/_pkg/usr/share/wv/wingdingfont \ 4.8 + $PWD/_pkg/usr/bin $PWD/_pkg/usr/lib 4.9 + 4.10 ./configure \ 4.11 --prefix=/usr \ 4.12 --mandir=/usr/share/man \ 4.13 $CONFIGURE_ARGS && 4.14 - make && 4.15 - make -j1 DESTDIR=$PWD/_pkg install 4.16 + make 4.17 + make DESTDIR=$PWD/_pkg install 4.18 } 4.19 4.20 # Rules to gen a SliTaz package suitable for Tazpkg.