Search Criteria
Package Details: mwget 0.1.0-1
Git Clone URL: | https://aur.archlinux.org/mwget.git (read-only, click to copy) |
---|---|
Package Base: | mwget |
Description: | Multi-thread Downloading Tool |
Upstream URL: | https://sourceforge.net/projects/kmphpfm/files/ |
Licenses: | |
Submitter: | urain39 |
Maintainer: | urain39 |
Last Packager: | urain39 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-04 10:57 |
Last Updated: | 2017-03-07 22:29 |
Dependencies (2)
- intltool (make)
- pkg-config (pkgconf-git, pkgconf) (make)
Latest Comments
lafleur commented on 2021-03-13 15:48
Hello ! This build fails as of today.
Workaround : add
#include <cstring>
in the following files :Solution found here
urain39 commented on 2017-03-05 18:09
fixed PKGBUILD.
vagorafaelino commented on 2017-03-05 00:50
Please, fix PKGBUILD file
Line 6: pkgrel must be an integer value greater than zero
pkgrel=1
Line 23: set installation prefix to /usr (the Arch Linux way)
./configure --prefix=/usr
Thanks in advance!