# HG changeset patch # User Samuel Trassare # Date 1330413554 28800 # Node ID a1ba07a3f4cbf34cda9d20085b53ac652fa23a2a # Parent 9737b87cd5f12df6e5aa6be66972c9ee08f4a3cb up nasm 2.09.10 diff -r 9737b87cd5f1 -r a1ba07a3f4cb nasm/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nasm/description.txt Mon Feb 27 23:19:14 2012 -0800 @@ -0,0 +1,3 @@ +The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 +architecture. It can be used to write 16-bit, 32-bit (IA-32) and 64-bit (x86-64) +programs. NASM is considered to be one of the most popular assemblers for Linux. diff -r 9737b87cd5f1 -r a1ba07a3f4cb nasm/receipt --- a/nasm/receipt Mon Feb 27 15:44:08 2012 -0800 +++ b/nasm/receipt Mon Feb 27 23:19:14 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nasm" -VERSION="2.09.08" +VERSION="2.09.10" CATEGORY="development" SHORT_DESC="The netwide assembler." MAINTAINER="pascal.bellard@slitaz.org" diff -r 9737b87cd5f1 -r a1ba07a3f4cb wv/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wv/description.txt Mon Feb 27 23:19:14 2012 -0800 @@ -0,0 +1,3 @@ +wv is a library which allows access to Microsoft Word files. It can load and +parse Word 2000, 97, 95 and 6 file formats (these are the file formats known +internally as Word 9, 8, 7 and 6). diff -r 9737b87cd5f1 -r a1ba07a3f4cb wv/receipt --- a/wv/receipt Mon Feb 27 15:44:08 2012 -0800 +++ b/wv/receipt Mon Feb 27 23:19:14 2012 -0800 @@ -15,12 +15,15 @@ compile_rules() { cd $src + mkdir -p $PWD/_pkg/usr/share/man $PWD/_pkg/usr/share/wv/wingdingfont \ + $PWD/_pkg/usr/bin $PWD/_pkg/usr/lib + ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && - make -j1 DESTDIR=$PWD/_pkg install + make + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.