mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Updated yasm to 0.8.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
22
dev-lang/yasm/yasm-0.8.0.bep
Normal file
22
dev-lang/yasm/yasm-0.8.0.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user