Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
655
Issues
655
List
Boards
Labels
Service Desk
Milestones
Merge Requests
222
Merge Requests
222
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
4324a91e
Commit
4324a91e
authored
Mar 31, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/abuild: add origin in .PKGINFO
parent
103ac316
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
main/abuild/APKBUILD
main/abuild/APKBUILD
+4
-2
main/abuild/pkginfo-origin.patch
main/abuild/pkginfo-origin.patch
+18
-0
No files found.
main/abuild/APKBUILD
View file @
4324a91e
...
...
@@ -2,9 +2,10 @@
pkgdesc
=
"Script to build Alpine Packages"
pkgname
=
abuild
pkgver
=
2.7.5
pkgrel
=
0
pkgrel
=
1
url
=
http://git.alpinelinux.org/cgit/abuild/
source
=
"http://git.alpinelinux.org/cgit/abuild.git/snapshot/abuild-
$pkgver
.tar.bz2
pkginfo-origin.patch
"
depends
=
"fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1"
makedepends
=
"openssl-dev pkgconfig"
...
...
@@ -37,4 +38,5 @@ package() {
install
-d
-m
775
-g
abuild
"
$pkgdir
"
/var/cache/distfiles
}
md5sums
=
"5e3905e5ca7a3ff5e59c286c173851ce abuild-2.7.5.tar.bz2"
md5sums
=
"5e3905e5ca7a3ff5e59c286c173851ce abuild-2.7.5.tar.bz2
e5ebd171e985cae1fa0d624cecf06e71 pkginfo-origin.patch"
main/abuild/pkginfo-origin.patch
0 → 100644
View file @
4324a91e
commit 701be9224ce79189db3f9c3d503cc7d8dfcd108b
Author: Natanael Copa <ncopa@alpinelinux.org>
Date: Thu Mar 31 09:49:51 2011 +0000
abuild: add origin in .PKGINFO
diff --git a/abuild.in b/abuild.in
index 7240048..7d762cb 100755
--- a/abuild.in
+++ b/abuild.in
@@ -521,6 +521,7 @@
builddate = $builddate
packager = ${PACKAGER:-"Unknown"}
size = $size
arch = $parch
+origin = $pkgname
EOF
local i deps
deps="$depends"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment