yasm: Update to 0.7.1, fix man location.
This commit is contained in:
parent
efb87d4d85
commit
db6b3aac4d
@ -34,12 +34,12 @@ drwxr-xr-x root/root usr/include/libyasm/
|
|||||||
-rw-r--r-- root/root usr/include/libyasm/value.h
|
-rw-r--r-- root/root usr/include/libyasm/value.h
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
-rw-r--r-- root/root usr/lib/libyasm.a
|
-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/
|
||||||
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
|
|
||||||
|
@ -1 +1 @@
|
|||||||
a9d5508702991de2bdd0903b8ba680ba yasm-0.6.2.tar.gz
|
fce21d066f4d04e3ec7f9318e6446e2b yasm-0.7.1.tar.gz
|
||||||
|
@ -4,13 +4,14 @@
|
|||||||
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
|
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
|
||||||
|
|
||||||
name=yasm
|
name=yasm
|
||||||
version=0.6.2
|
version=0.7.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://www.tortall.net/projects/yasm/releases/$name-$version.tar.gz)
|
source=(http://www.tortall.net/projects/yasm/releases/$name-$version.tar.gz)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr \
|
||||||
|
--mandir=/usr/man
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user