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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CyberLeo
Adélie Package Tree
Commits
950aa3ee
Verified
Commit
950aa3ee
authored
4 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/libdaemon: New package
parent
1a1f0a0f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/libdaemon/APKBUILD
+35
-0
35 additions, 0 deletions
user/libdaemon/APKBUILD
with
35 additions
and
0 deletions
user/libdaemon/APKBUILD
0 → 100644
+
35
−
0
View file @
950aa3ee
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
libdaemon
pkgver
=
0.14
pkgrel
=
0
pkgdesc
=
"Library for creating Unix daemons"
url
=
"http://0pointer.de/lennart/projects/libdaemon/"
arch
=
"all"
license
=
"LGPL-2.1+"
depends
=
""
makedepends
=
"doxygen lynx"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://0pointer.de/lennart/projects/libdaemon/libdaemon-
$pkgver
.tar.gz"
build
()
{
./configure
\
--prefix
=
/usr
\
--disable-static
\
--disable-examples
make
make
-C
doc doxygen
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
mv
doc/reference/man/man3/_
*
libdaemon_.3 doc/reference/man/man3/libdaemon.3
install
-v
-D
-m644
doc/reference/html/
*
-t
"
$pkgdir
"
/usr/share/doc/libdaemon-0.14/reference/html/
install
-v
-D
-m644
doc/reference/man/man3/
*
-t
"
$pkgdir
"
/usr/share/man/man3/
}
sha512sums
=
"a96b25c09bd63cc192c1c5f8b5bf34cc6ad0c32d42ac14b520add611423b6ad3d64091a47e0c7ab9a94476a5e645529abccea3ed6b23596567163fba88131ff2 libdaemon-0.14.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