Updated yasm to 0.8.0

This commit is contained in:
Scott McCreary
2010-03-02 15:45:35 +00:00
parent 463faece80
commit cc8289ac7c
2 changed files with 24 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd yasm-0.7.1
cp /boot/home/config/share/libtool/config.guess .
cp /boot/home/config/share/libtool/config.sub .
cp /boot/common/share/libtool/config/config.guess config/.
cp /boot/common/share/libtool/config/config.sub config/.
./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAG=-I/boot/common/include
make
}

View File

@@ -0,0 +1,22 @@
DESCRIPTION="Yasm assembler"
HOMEPAGE="http://www.tortall.net/projects/yasm/"
SRC_URI="http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz"
CHECKSUM_MD5="84a72204c9b452a00b39b1b00495163f"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd yasm-0.8.0
cp /boot/common/share/libtool/config/config.guess config/.
cp /boot/common/share/libtool/config/config.sub config/.
./configure --prefix=/boot/common \
LDFLAGS=-L/boot/common/lib \
CPPFLAG=-I/boot/common/include
make
}
INSTALL {
make install
}