You are not logged in.
Pages: 1
The user guidelines says a bunch of stuff - get package, untar it,
check PKGBUILD.
But then it says, 'go build the package'
I think this needs to be explained a little more in that guideline file.
Thanks.
Adam Krolnik
Co-author "Assertion-Based Design"
Offline
I agree it's not the best explanation, but all you need to do is type makepkg.
Offline
From the AUR User Guidelines, Section 3.1, "Using Packages from UNSUPPORTED":
It is suggested you use fakeroot to build pkgs (see below), so having manually confirmed the integrity of the files simply run makepkg as a normal user in the build dir. The source files will be downloaded, verified and built as normal.
(My emphasis)
Offline
aurbuild?
Mr Green
Offline
Yes, makepkg is the answer, but I was trying to build and install a package from AUR.
I did something like:
makepkg
cd ../
pacman -A dir/<new>
Showing this is helpful...
Thanks.
Adam Krolnik
Co-author "Assertion-Based Design"
Offline
I do "makepkg" but (maybe I am doing something wrong) for many programs I need first download a *tar.bz2 or whatever it is to my computer, correct PKGBUILD and it works (pages where they asked for download location).
Offline
The assumption is that you already know how to install a package
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
Aurbuild FTW. I recommend you actually read the PKGBUILDs and try to get an idea of what they are doing though. This way, eventually you'll be able to write your own PKGBUILDS.
Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein
Offline
Pages: 1