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
7bc94ae4
Verified
Commit
7bc94ae4
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/fakeroot: [PD] no maintainer, fix up metadata
parent
2776eafb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/fakeroot/APKBUILD
+11
-11
11 additions, 11 deletions
system/fakeroot/APKBUILD
with
11 additions
and
11 deletions
system/fakeroot/APKBUILD
+
11
−
11
View file @
7bc94ae4
# Maintainer:
Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname
=
fakeroot
pkgver
=
1.22
pkgrel
=
0
pkgdesc
=
"
Gives
a fake root environment
, useful for building packages
as a non-privileged user"
pkgdesc
=
"
Utility to provide
a
'
fake
'
root environment as a non-privileged user"
arch
=
"all"
options
=
"!checkroot"
license
=
"GPL-3.0+"
url
=
"http://fakeroot.alioth.debian.org/"
depends
=
options
=
"!checkroot"
checkdepends
=
"bash"
makedepends_build
=
"libtool autoconf automake po4a"
makedepends_host
=
"libcap-dev acl-dev linux-headers"
makedepends
=
"
$makedepends_build
$makedepends_host
"
checkdepends
=
"bash"
subpackages
=
"
$pkgname
-doc"
source
=
"http://ftp.debian.org/debian/pool/main/f/
$pkgname
/
${
pkgname
}
_
${
pkgver
}
.orig.tar.bz2
busybox-getopt.patch
...
...
@@ -22,13 +22,8 @@ source="http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.o
xstatjunk.patch
"
check
()
{
cd
$startdir
/src/
$pkgname
-
$pkgver
/bin/bash
-c
'make check'
}
build
()
{
cd
$startdir
/src/
$pkgname
-
$pkgver
cd
"
$builddir
"
if
[
"
$CLIBC
"
=
"musl"
]
;
then
# musl does not have _STAT_VER, it's really not used for
...
...
@@ -48,8 +43,13 @@ build() {
po4a
-k
0
--rm-backups
--variable
"srcdir=../doc/"
po4a/po4a.cfg
}
check
()
{
cd
"
$builddir
"
bash
-c
'make check'
}
package
()
{
cd
"
$
startdir
/src/
$pkgname
-
$pkgve
r
"
cd
"
$
builddi
r
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
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