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
Johannes Müller
aports
Commits
af73d339
Commit
af73d339
authored
15 years ago
by
Michael Mason
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.alpinelinux.org/aports
parents
e2b5ba46
31109f21
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/apk-tools/APKBUILD
+2
-2
2 additions, 2 deletions
core/apk-tools/APKBUILD
core/zlib/APKBUILD
+3
-2
3 additions, 2 deletions
core/zlib/APKBUILD
with
5 additions
and
4 deletions
core/apk-tools/APKBUILD
+
2
−
2
View file @
af73d339
...
...
@@ -3,7 +3,7 @@ pkgname=apk-tools
pkgver
=
2.0_pre12
pkgrel
=
1
pkgdesc
=
"Alpine Package Keeper - package manager for alpine"
depends
=
"uclibc"
depends
=
makedepends
=
"zlib-dev"
source
=
"http://git.alpinelinux.org/cgit/
$pkgname
/snapshot/
$pkgname
-
$pkgver
.tar.bz2
fd-leak.patch"
...
...
@@ -14,7 +14,7 @@ build() {
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
patch
-p1
< ../fd-leak.patch
||
return
1
sed
-i
-e
's:-Werror::'
Make.rules
make
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
cd
"
$pkgdir
/sbin"
ln
-s
apk apk_add
...
...
This diff is collapsed.
Click to expand it.
core/zlib/APKBUILD
+
3
−
2
View file @
af73d339
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
zlib
pkgver
=
1.2.3.3
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"A compression/decompression Library"
license
=
custom:zlib
url
=
"http://www.gzip.org/zlib"
depends
=
'uclibc'
depends
=
source
=
"ftp://ftp.archlinux.org/other/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
...
...
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