Search Criteria
Package Details: iprange 1.0.4-1
Git Clone URL: | https://aur.archlinux.org/iprange.git (read-only, click to copy) |
---|---|
Package Base: | iprange |
Description: | Manage IP ranges. From the FireHOL project. |
Upstream URL: | http://firehol.org/ |
Keywords: | network utility |
Licenses: | |
Submitter: | SanskritFritz |
Maintainer: | SanskritFritz |
Last Packager: | SanskritFritz |
Votes: | 18 |
Popularity: | 0.49 |
First Submitted: | 2016-01-22 22:41 |
Last Updated: | 2017-10-26 08:11 |
Dependencies (3)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git)
- git (git-git) (make)
- help2man (help2man-git) (make)
Required by (3)
- firehol
- firehol-git
- update-hosts-git (optional)
Latest Comments
1 2 Next › Last »
willemw commented on 2017-10-26 09:08
True. Maybe this a question for the forum?
The ability to list architectures in PKGBUILD may still be useful on Archlinuxarm (for example, installing architecture specific binary blobs).
SanskritFritz commented on 2017-10-26 08:46
Ok, why list architectures then? Now that archlinux is dropping even 32bit, there is only one arch left actually.
willemw commented on 2017-10-26 08:29
See the PKGBUILD guidelines.
Most packages will build on ARM (using makepkg option --ignorearch). If building for ARM required listing (all) ARM architectures in "arch", then most PKGBUILD files would need to be updated.
SanskritFritz commented on 2017-10-26 08:02
Why?
willemw commented on 2017-10-26 08:01
"arch" should not list ARM architectures: arch=('i686' 'x86_64')
SanskritFritz commented on 2016-09-18 14:57
So I did, thanks.
donbex commented on 2016-09-17 14:08
This compiled nicely for me on an ARMv8 machine, so you can add 'aarch64' to the arch variable.
SanskritFritz commented on 2016-04-14 13:16
Thanks.
PomCompot commented on 2016-04-14 06:34
I have found this: https://wiki.archlinux.org/index.php/PKGBUILD#arch. So presumably, arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') should do the trick. I have only a Pi2 so could not test on other platforms.
SanskritFritz commented on 2016-04-10 19:07
Where do I find an official list of the possible arch values?