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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
TBK
aports
Commits
56905f47
Commit
56905f47
authored
7 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/dpkg: actually fix build on armhf
parent
f8029ac6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/dpkg/APKBUILD
+2
-4
2 additions, 4 deletions
main/dpkg/APKBUILD
with
2 additions
and
4 deletions
main/dpkg/APKBUILD
+
2
−
4
View file @
56905f47
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
dpkg
pkgname
=
dpkg
pkgver
=
1.18.23
pkgver
=
1.18.23
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"The Debian Package Manager"
pkgdesc
=
"The Debian Package Manager"
url
=
"http://packages.debian.org/dpkg"
url
=
"http://packages.debian.org/dpkg"
arch
=
"all"
arch
=
"all"
...
@@ -10,7 +10,6 @@ depends="xz"
...
@@ -10,7 +10,6 @@ depends="xz"
makedepends
=
"bzip2-dev zlib-dev perl linux-headers"
makedepends
=
"bzip2-dev zlib-dev perl linux-headers"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
source
=
"http://ftp.de.debian.org/debian/pool/main/d/
$pkgname
/
${
pkgname
}
_
$pkgver
.tar.xz
source
=
"http://ftp.de.debian.org/debian/pool/main/d/
$pkgname
/
${
pkgname
}
_
$pkgver
.tar.xz
add-muslgnueabihf.patch
"
"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
...
@@ -71,5 +70,4 @@ dev() {
...
@@ -71,5 +70,4 @@ dev() {
mv
"
$pkgdir
"
/usr/share/perl
*
"
$subpkgdir
"
/usr/share/
mv
"
$pkgdir
"
/usr/share/perl
*
"
$subpkgdir
"
/usr/share/
}
}
sha512sums
=
"4f9bed1fb0558fa6b003601b7be8d67eb592140b7f9ac4cf0bccb394e14b42a822cdc692c8c6e27ad2929719fe78659f21c128cb17618733d344fd3489f42be7 dpkg_1.18.23.tar.xz
sha512sums
=
"4f9bed1fb0558fa6b003601b7be8d67eb592140b7f9ac4cf0bccb394e14b42a822cdc692c8c6e27ad2929719fe78659f21c128cb17618733d344fd3489f42be7 dpkg_1.18.23.tar.xz"
1234f8384425f9c78da7b9f45847e273131e2b99cc4ed88ea4c6f5ab44cf4c7c5dbfa79d0a3cf1a278511f099f5e03b2880b6c37d7f99b48430b200744e071f4 add-muslgnueabihf.patch"
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