New Package: libsigsegv-2.10
This commit is contained in:
parent
02a274da91
commit
e2927bb26d
2 changed files with 22 additions and 0 deletions
1
srcpkgs/libsigsegv-devel
Symbolic link
1
srcpkgs/libsigsegv-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libsigsegv
|
21
srcpkgs/libsigsegv/template
Normal file
21
srcpkgs/libsigsegv/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'libsigsegv'
|
||||
|
||||
pkgname="libsigsegv"
|
||||
version="2.10"
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Handling page faults in user mode"
|
||||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||
license="GPL"
|
||||
homepage="http://www.gnu.org/software/libsigsegv/"
|
||||
distfiles="http://ftpmirror.gnu.org/libsigsegv/libsigsegv-${version}.tar.gz"
|
||||
checksum="8460a4a3dd4954c3d96d7a4f5dd5bc4d9b76f5754196aa245287553b26d2199a"
|
||||
configure_args="--enable-shared"
|
||||
|
||||
libsigsegv-devel_package() {
|
||||
depends="libsigsegv>=${version}_${revision}"
|
||||
pkg_install () {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue