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
b8f02d5a
Commit
b8f02d5a
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
testing/amule: upgrade to 11015
parent
9b17d607
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/amule/APKBUILD
+8
-15
8 additions, 15 deletions
testing/amule/APKBUILD
with
8 additions
and
15 deletions
testing/amule/APKBUILD
+
8
−
15
View file @
b8f02d5a
# Contributor: August Klein <amatcoder@gmail.com>
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname
=
amule
pkgname
=
amule
_
pkgname
=
aMule-SVN-r
_
commit
=
21c3aa111bc8ff04c876494054580a7ccaa6a3a4
pkgver
=
1
0990
pkgver
=
1
1015
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"An eMule-like client for the eD2k and Kademlia networks"
pkgdesc
=
"An eMule-like client for the eD2k and Kademlia networks"
url
=
"http://www.amule.org"
url
=
"http://www.amule.org"
arch
=
"all"
arch
=
"all"
license
=
"GPL-2.0"
license
=
"GPL-2.0
-or-later
"
makedepends
=
"bison crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk
2.8
-dev"
makedepends
=
"bison crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk-dev"
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
source
=
"http://amule.sourceforge.net/tarballs/
${
_pkgname
}${
pkgver
}
.tar.bz2"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://repo.or.cz/amule.git/snapshot/
$_commit
.tar.gz"
builddir
=
$srcdir
/
${
_pkgname
}${
pkgver
}
prepare
()
{
builddir
=
"
$srcdir
/
$pkgname
-
${
_commit
:0:7
}
"
cd
"
$builddir
"
update_config_sub
}
build
()
{
build
()
{
cd
"
$builddir
"
./configure
\
./configure
\
CPPFLAGS
=
"
$CPPFLAGS
-Wno-unused-local-typedefs"
\
CPPFLAGS
=
"
$CPPFLAGS
-Wno-unused-local-typedefs"
\
CFLAGS
=
"
$CFLAGS
-fPIC"
\
CFLAGS
=
"
$CFLAGS
-fPIC"
\
...
@@ -28,7 +23,6 @@ build() {
...
@@ -28,7 +23,6 @@ build() {
--host
=
$CHOST
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
--mandir
=
/usr/share/man
\
--with-wxversion
=
2.8
\
--enable-amule-daemon
\
--enable-amule-daemon
\
--enable-amulecmd
\
--enable-amulecmd
\
--enable-amule-gui
\
--enable-amule-gui
\
...
@@ -43,9 +37,8 @@ build() {
...
@@ -43,9 +37,8 @@ build() {
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
rm
-f
"
$pkgdir
"
/usr/lib/charset.alias
rm
-f
"
$pkgdir
"
/usr/lib/charset.alias
}
}
sha512sums
=
"
1883426e3d0e2a58227a5a95efcb3193d207e6b6c2d6c9c256aa430debc601ade3551f86c7519e9942d440cc1e87672b4d1e7f2dc69a8bb50bef89ddcb3170f5
a
M
ule-
SVN-r10990
.tar.
bz2
"
sha512sums
=
"
7c39aaff50c419197996123a77a9795dfeff302e22d7d3c11bee50d319c7839fb6e22393a13e789ca084ee9fd1748f842348bc7c71085dc318a8e8593f673a3b
a
m
ule-
11015
.tar.
gz
"
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