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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
c56fb0da
Commit
c56fb0da
authored
7 years ago
by
Tuan M. Hoang
Committed by
Natanael Copa
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/amule: upgrade to 10990, modernize APKBUILD
ref
https://github.com/amule-project/amule/issues/41
parent
54124a59
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/amule/APKBUILD
+8
-8
8 additions, 8 deletions
testing/amule/APKBUILD
with
8 additions
and
8 deletions
testing/amule/APKBUILD
+
8
−
8
View file @
c56fb0da
...
...
@@ -2,7 +2,7 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname
=
amule
_pkgname
=
aMule-SVN-r
pkgver
=
109
2
9
pkgver
=
1099
0
pkgrel
=
0
pkgdesc
=
"An eMule-like client for the eD2k and Kademlia networks"
url
=
"http://www.amule.org"
...
...
@@ -22,6 +22,8 @@ build() {
cd
"
$builddir
"
./configure
\
CPPFLAGS
=
"
$CPPFLAGS
-Wno-unused-local-typedefs"
\
CFLAGS
=
"
$CFLAGS
-fPIC"
\
CXXFLAGS
=
"
$CXXFLAGS
-fPIC"
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
...
...
@@ -35,17 +37,15 @@ build() {
--enable-alcc
\
--enable-geoip
\
--enable-upnp
\
--
dis
able-
debug
\
||
return
1
make
||
return
1
--
en
able-
ccache
\
--disable-debug
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
rm
-f
"
$pkgdir
"
/usr/lib/charset.alias
}
md5sums
=
"7ddadf74e5d379c4c6b61fb4602153a5 aMule-SVN-r10929.tar.bz2"
sha256sums
=
"0bf7210c62e44da2d4f349ded34307ff283333746d3122fbb19496122a855f13 aMule-SVN-r10929.tar.bz2"
sha512sums
=
"e5757f5d06d0266a46b1ed89e1e360ebefd0c1792267fe3d731d3dda383f35fb7a336415510ab749c965ea012953fd3f0616f8461840f97e99cde8da8dcab672 aMule-SVN-r10929.tar.bz2"
sha512sums
=
"1883426e3d0e2a58227a5a95efcb3193d207e6b6c2d6c9c256aa430debc601ade3551f86c7519e9942d440cc1e87672b4d1e7f2dc69a8bb50bef89ddcb3170f5 aMule-SVN-r10990.tar.bz2"
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