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
639
Issues
639
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
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
d4e515b0
Commit
d4e515b0
authored
Dec 30, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/zlib: hack to fix the symlinks to lib
parent
363df59b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
main/zlib/APKBUILD
main/zlib/APKBUILD
+10
-5
No files found.
main/zlib/APKBUILD
View file @
d4e515b0
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
zlib
pkgver
=
1.2.3.4
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A compression/decompression Library"
license
=
custom:zlib
url
=
"http://www.gzip.org/zlib"
...
...
@@ -17,11 +17,16 @@ build() {
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
install
DESTDIR
=
"
$pkgdir
"
||
return
1
make
install
\
pkgconfigdir
=
"/usr/lib/pkgconfig"
\
LIBS
=
"libz.so.1.2.3.4 libz.a"
\
DESTDIR
=
"
$pkgdir
"
||
return
1
}
# we want the zlib.pc be a part of -dev package
mkdir
-p
"
$pkgdir
"
/usr/lib
mv
"
$pkgdir
"
/lib/pkgconfig
"
$pkgdir
"
/usr/lib/
dev
()
{
default_dev
mkdir
-p
"
$subpkgdir
"
/lib
mv
"
$pkgdir
"
/lib/libz.a
"
$subpkgdir
"
/lib/libz.a
}
md5sums
=
"70cad33163abe3c234939a5c63bf95ea zlib-1.2.3.4.tar.gz"
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