mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
30 lines
523 B
Plaintext
30 lines
523 B
Plaintext
DESCRIPTION="
|
|
A library for handling page faults in user mode.
|
|
"
|
|
HOMEPAGE="libsigsegv.sourceforge.net"
|
|
SRC_URI="http://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="ebe554e26870d8bc200ef3e3539ffd7c"
|
|
BUILD()
|
|
{
|
|
cd libsigsegv-2.8
|
|
libtoolize --force --copy --install
|
|
aclocal -I m4
|
|
autoconf
|
|
autoheader
|
|
automake
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libsigsegv-2.8
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
#COPYRIGHT=""
|