Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
e4ef98a8
Verified
Commit
e4ef98a8
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
legacy/wget: purge permanently
parent
b28ddc07
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
legacy/wget/APKBUILD
+0
-50
0 additions, 50 deletions
legacy/wget/APKBUILD
with
0 additions
and
50 deletions
legacy/wget/APKBUILD
deleted
100644 → 0
+
0
−
50
View file @
b28ddc07
# Contributor: Sergei Lukin <sergej.lukin@gmail.com>
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname
=
wget
pkgver
=
1.19.5
pkgrel
=
0
pkgdesc
=
"Utility to retrieve files from the Web"
url
=
"https://www.gnu.org/software/wget/wget.html"
arch
=
"none"
license
=
"GPL-3.0+"
depends
=
""
makedepends
=
"openssl-dev perl"
checkdepends
=
"perl-http-daemon"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"ftp://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz "
# secfixes:
# 1.19.1-r1:
# - CVE-2017-6508
# 1.19.2-r0:
# - CVE-2017-13090
# 1.19.5-r0:
# - CVE-2018-0494
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--with-ssl
=
openssl
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
rm
-rf
"
$pkgdir
"
/usr/lib
}
sha512sums
=
"0d4964e0f5adb0c023edc831bde9c9f13f3222f6efc1ce93250d234ab937e92b53921624532fb0e6586151ddfdee6df9a7ca91a2a99b3d16e2e68401c625301b wget-1.19.5.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