Search Criteria
Package Details: ddwarf 0.83-4
Git Clone URL: | https://aur.archlinux.org/ddwarf.git (read-only, click to copy) |
---|---|
Package Base: | ddwarf |
Description: | Digger Dwarf is a console-based Gopher client |
Upstream URL: | http://mateusz.viste.fr/software/ddwarf |
Licenses: | |
Submitter: | jecxjo |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2011-06-22 02:27 |
Last Updated: | 2019-04-17 23:20 |
Latest Comments
meanjollies commented on 2019-04-17 23:22
@agaskins, very strange. It works for me even with the single dot, so I've gone ahead and changed it. Thank you for reporting this.
agaskins commented on 2019-04-17 21:58
On my system it failed to find the patch file, even though it validated it just fine. A simple edit of line 20 in the PKGBUILD fixes this:
patch -p0 -i ../${pkgname}.patch
...should be...
patch -p0 -i ./${pkgname}.patch
Notice the single dot before the /, rather than ..
Works fine after that change!
erxyi commented on 2015-12-31 02:11
Upstream URL went down, downloading file ends with 404 error.
hotaru commented on 2015-04-23 04:04
this fails to compile (probably just on x86_64):
cp ./chisock/Linux-bin/libchisock.a .
fbc -mt ddwarf.bas
this works:
fbc -mt -lib chisock/*.bas
cp ./chisock/libchisock.a .
fbc -mt ddwarf.bas