Search Criteria
Package Details: riofs-git 0.6.r86.g40e5396-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/riofs-git.git (read-only, click to copy) |
|---|---|
| Package Base: | riofs-git |
| Description: | FUSE userspace filesystem for Amazon AWS S3 buckets |
| Upstream URL: | https://github.com/skoobe/riofs |
| Licenses: | GPL3 |
| Conflicts: | riofs |
| Provides: | riofs |
| Submitter: | cataphract |
| Maintainer: | severach (madetofade) |
| Last Packager: | severach |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2014-04-16 16:49 (UTC) |
| Last Updated: | 2018-11-29 22:19 (UTC) |
Dependencies (8)
- file (file-gitAUR)
- fuse (fuse2)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- libevent (libevent-gitAUR)
- libxml2 (libxml2-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- git (git-gitAUR, git-glAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
severach commented on 2018-11-29 22:20 (UTC)
Autogen follows configure so it can't stay in prepare. configure in build breaks
makepkg -efso I had been moving it to prepare only to find configure in prepare breaksmakepkg -sCo. So now I'm moving it back with a trick that allowsmakepkg -efto work properly. _verwatch is for git-aurcheck so I know when new versions are released without waiting for user reports. It's deliberately made small so noone notices.dreieck commented on 2018-11-29 19:06 (UTC)
Here (and pasted below) a revorked
PKGBUILDI use: http://ix.io/1uQPI also removed that spam at the end of
package().What is the
_verwatch-variable for? It is set but not used in thePKGBUILD.dreieck commented on 2018-11-29 19:01 (UTC)
Also depends on
file(/usr/lib/libmagic.so.1)dreieck commented on 2018-11-29 18:58 (UTC)
./configureshould not run inprepare(). Please move it tobuild().dreieck commented on 2018-11-29 18:52 (UTC)
PKGBUILDneeds rework: