You are not logged in.
Is there a way to change the PKGBUILD script to use the source file I have already downloaded? This is for my son's computer that is not attached to the web. I have tried changing the source line to /home/justin/builds/gcompris/gcompris.8.4.tar.gz. Not luck. Thanks.
Justin
Offline
you may need to attach the protocoal 'file://' .. or either copy, move or symlink the sources to the $startdir
Offline
What is the error message that you get when you try to build the package?
Offline
try making the source 'gcompris.8.4.tar.gz' and make sure its in the same directory as the PKGBUILD file. This works when PKGBUILDs include shell scripts, patches, and the like, so it should work with other sources. You shouldn't actually have to even change the download location, makepkg checks in the directory before it attempts to download the file.
Dusty
Offline
The file:// worked. Now I keep getting "no targets specified and no makefile found". I am at a loss for that one. make is installed. I am using the PKGBUILD from AUR except the source location.
Offline
have you tried building the package on another machine and copying the whole package across?
Edit: (Install the copied package with "pacman -U packagename.pkg.tar.gz")
Dusty
Offline
I would if my main machine was running arch. I need to DL the 64-bit iso.
Offline
The error is now "checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool." I looked and the latest version of perl fixes it.
EDIT: New version of perl fixes the problem.
Last edited by justin_p (2007-11-12 01:06:08)
Offline