mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Initial .bep file for libsigsevg, it builds but may need patching to actually work on Haiku.
This commit is contained in:
25
dev-libs/libsigsegv/libsigsegv-2.8.bep
Normal file
25
dev-libs/libsigsegv/libsigsegv-2.8.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="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=""
|
||||
Reference in New Issue
Block a user