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
2ba44dd8
Commit
2ba44dd8
authored
7 years ago
by
Roberto Oliveira
Committed by
Sören Tempel
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/nzbget: upgrade to 19.1 and modernize
parent
1e49fb2f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/nzbget/APKBUILD
+10
-11
10 additions, 11 deletions
testing/nzbget/APKBUILD
with
10 additions
and
11 deletions
testing/nzbget/APKBUILD
+
10
−
11
View file @
2ba44dd8
# 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
=
nzbget
pkgname
=
nzbget
pkgver
=
1
8
.1
pkgver
=
1
9
.1
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Usenet downloader"
pkgdesc
=
"Usenet downloader"
url
=
"http://nzbget.net"
url
=
"http://nzbget.net"
arch
=
"all"
arch
=
"all"
license
=
"GPL2"
license
=
"GPL2"
depends
=
""
makedepends
=
"libxml2-dev ncurses-dev libressl-dev"
makedepends
=
"libxml2-dev ncurses-dev libressl-dev"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/
nzbget/nzbget
/releases/download/v
$pkgver
/
$pkgname
-
$pkgver
-src.tar.gz
source
=
"https://github.com/
$pkgname
/
$pkgname
/releases/download/v
$pkgver
/
$pkgname
-
$pkgver
-src.tar.gz
"
"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
prepare
()
{
default_prepare
cd
"
$builddir
"
cd
"
$builddir
"
update_config_sub
||
return
1
update_config_sub
default_prepare
||
return
1
}
}
build
()
{
build
()
{
...
@@ -27,9 +27,8 @@ build() {
...
@@ -27,9 +27,8 @@ build() {
--host
=
$CHOST
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--prefix
=
/usr
\
--enable-parcheck
\
--enable-parcheck
\
--with-tlslib
=
OpenSSL
\
--with-tlslib
=
OpenSSL
||
return
1
make
make
||
return
1
}
}
check
()
{
check
()
{
...
@@ -39,7 +38,7 @@ check() {
...
@@ -39,7 +38,7 @@ check() {
package
()
{
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
make
-j1
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
-j1
DESTDIR
=
"
$pkgdir
"
install
}
}
sha512sums
=
"
ef7749a024eee9639e2dbd50ab9d57996e7a95a81dd4b9b29b9fdc98a717b053ce43902e638b119d43a8826a83218ccfbd7a6bbd4ea50f3cbf4425ef06df141d
nzbget-1
8
.1-src.tar.gz"
sha512sums
=
"
3ba7cd7f7fec28e29129be0a1ca5879a0593bc54be49e3776e84eeb7804377eec47106aa2371b31dec7d9152301d68b199ce9e66db714195defc8e15ef636532
nzbget-1
9
.1-src.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