Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Akihiro Suda
aports
Commits
042a94e3
Commit
042a94e3
authored
14 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/abuild: create /var/cache/distfiles dir and abuild group
parent
fe577d2a
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/abuild/APKBUILD
+4
-1
4 additions, 1 deletion
main/abuild/APKBUILD
main/abuild/abuild.pre-install
+6
-0
6 additions, 0 deletions
main/abuild/abuild.pre-install
with
10 additions
and
1 deletion
main/abuild/APKBUILD
+
4
−
1
View file @
042a94e3
...
...
@@ -2,13 +2,15 @@
pkgdesc
=
"Script to build Alpine Packages"
pkgname
=
abuild
pkgver
=
2.7
pkgrel
=
1
pkgrel
=
2
url
=
http://git.alpinelinux.org/cgit/abuild/
source
=
"http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-
$pkgver
.tar.bz2
0001-abuild-only-warn-when-we-think-there-should-have-bee.patch
"
depends
=
"fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1"
makedepends
=
"openssl-dev pkgconfig"
install
=
"
$pkgname
.pre-install"
pkggroups
=
"abuild"
arch
=
"all"
license
=
GPL-2
...
...
@@ -33,6 +35,7 @@ package() {
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
install
DESTDIR
=
"
$pkgdir
"
install
-m
644 abuild.conf
"
$pkgdir
"
/etc/abuild.conf
install
-d
-m
775
-g
abuild
"
$pkgdir
"
/var/cache/distfiles
}
md5sums
=
"e6f5e18956d95e75da22adce128b2d52 abuild-2.7.tar.bz2
...
...
This diff is collapsed.
Click to expand it.
main/abuild/abuild.pre-install
0 → 100644
+
6
−
0
View file @
042a94e3
#!/bin/sh
if
!
getent group abuild
>
/dev/null
then
addgroup
-S
abuild
fi
exit
0
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