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
645
Issues
645
List
Boards
Labels
Service Desk
Milestones
Merge Requests
173
Merge Requests
173
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
656eb080
Commit
656eb080
authored
Aug 05, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/apk-tools: upgrade to 2.0_rc1
parent
b352a238
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
main/apk-tools/APKBUILD
main/apk-tools/APKBUILD
+11
-10
No files found.
main/apk-tools/APKBUILD
View file @
656eb080
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
apk-tools
pkgname
=
apk-tools
pkgver
=
2.0_
pre17
pkgver
=
2.0_
rc1
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"Alpine Package Keeper - package manager for alpine"
pkgdesc
=
"Alpine Package Keeper - package manager for alpine"
subpackages
=
"
$pkgname
-static"
depends
=
depends
=
makedepends
=
"zlib-dev openssl-dev pkgconfig"
makedepends
=
"zlib-dev openssl-dev pkgconfig"
source
=
"http://git.alpinelinux.org/cgit/
$pkgname
/snapshot/
$pkgname
-
$pkgver
.tar.bz2
source
=
"http://git.alpinelinux.org/cgit/
$pkgname
/snapshot/
$pkgname
-
$pkgver
.tar.bz2
0001-db-fix-checksum-storing-to-db.patch
0001-io-fix-corruption-of-big-files-on-mmap-write.patch
"
"
...
@@ -17,11 +16,9 @@ license=GPL-2
...
@@ -17,11 +16,9 @@ license=GPL-2
build
()
{
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
sed
-i
-e
's:-Werror::'
Make.rules
sed
-i
-e
's:-Werror::'
Make.rules
patch
-p1
-i
../0001-db-fix-checksum-storing-to-db.patch
||
return
1
patch
-p1
-i
../0001-io-fix-corruption-of-big-files-on-mmap-write.patch
\
||
return
1
make
||
return
1
make
||
return
1
make static
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
cd
"
$pkgdir
/sbin"
cd
"
$pkgdir
/sbin"
ln
-s
apk apk_add
ln
-s
apk apk_add
...
@@ -32,6 +29,10 @@ build() {
...
@@ -32,6 +29,10 @@ build() {
ln
-s
apk apk_version
ln
-s
apk apk_version
}
}
md5sums
=
"4d31c9ae51b357a8514e99a8750af0b6 apk-tools-2.0_pre17.tar.bz2
static
()
{
d7944308cefe6f5fc45a24e1840d087e 0001-db-fix-checksum-storing-to-db.patch
pkgdesc
=
"Alpine Package Keeper - static binary"
57693255bb36abe74423578b83ff2cf4 0001-io-fix-corruption-of-big-files-on-mmap-write.patch"
install
-Dm755
"
$srcdir
"
/
$pkgname
-
$pkgver
/src/apk.static
\
"
$subpkgdir
"
/sbin/apk.static
}
md5sums
=
"f790182792a41841e6932ae0b6737a43 apk-tools-2.0_rc1.tar.bz2"
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