Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
509b6032
Commit
509b6032
authored
4 years ago
by
Lee Starnes
Browse files
Options
Downloads
Patches
Plain Diff
user/libsigsegv: import from Alpine
parent
ddab973f
No related branches found
No related tags found
1 merge request
!438
user/clisp and experimental/sbcl + deps
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/libsigsegv/APKBUILD
+41
-0
41 additions, 0 deletions
user/libsigsegv/APKBUILD
with
41 additions
and
0 deletions
user/libsigsegv/APKBUILD
0 → 100644
+
41
−
0
View file @
509b6032
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Contributor: Lee Starnes <lee@canned-death.us>
# Maintainer: Lee Starnes <lee@canned-death.us>
pkgname
=
libsigsegv
pkgver
=
2.12
pkgrel
=
0
pkgdesc
=
"A library for handling page faults in user mode"
url
=
"https://www.gnu.org/software/libsigsegv"
arch
=
"all"
license
=
"GPL-2.0-or-later"
depends
=
""
makedepends
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"https://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
./configure
\
--prefix
=
/usr
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--localstatedir
=
/var
\
--sysconfdir
=
/etc
\
--enable-shared
make
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
rm
-r
"
$pkgdir
"
/usr/include
}
dev
()
{
install
-D
-m
0444
"
$builddir
"
/src/sigsegv.h
"
$subpkgdir
"
/usr/include/sigsegv.h
}
sha512sums
=
"27986e8aaf4357ed131032aa7c281a5a28c5759530c62bb76f034aea33959547dcaae805e06347a1f532f0488b72fbbbdac4400f74e8d3f2128511526e8a5913 libsigsegv-2.12.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment