yasm: Update to 0.7.1, fix man location.

This commit is contained in:
Brett Goulder 2008-06-02 12:57:37 -04:00
parent efb87d4d85
commit db6b3aac4d
3 changed files with 12 additions and 11 deletions

View File

@ -34,12 +34,12 @@ drwxr-xr-x root/root usr/include/libyasm/
-rw-r--r-- root/root usr/include/libyasm/value.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libyasm.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/yasm.1.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/yasm_arch.7.gz
-rw-r--r-- root/root usr/man/man7/yasm_dbgfmts.7.gz
-rw-r--r-- root/root usr/man/man7/yasm_objfmts.7.gz
-rw-r--r-- root/root usr/man/man7/yasm_parsers.7.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/yasm.1.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/yasm_arch.7.gz
-rw-r--r-- root/root usr/share/man/man7/yasm_dbgfmts.7.gz
-rw-r--r-- root/root usr/share/man/man7/yasm_objfmts.7.gz
-rw-r--r-- root/root usr/share/man/man7/yasm_parsers.7.gz

View File

@ -1 +1 @@
a9d5508702991de2bdd0903b8ba680ba yasm-0.6.2.tar.gz
fce21d066f4d04e3ec7f9318e6446e2b yasm-0.7.1.tar.gz

View File

@ -4,13 +4,14 @@
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
name=yasm
version=0.6.2
version=0.7.1
release=1
source=(http://www.tortall.net/projects/yasm/releases/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}