Difference between revisions of "Buildiso with AUR packages: Using buildpkg"

imported>AJSlye
imported>AJSlye
Line 28: Line 28:
==2. Download package files from AUR using yaourt==
==2. Download package files from AUR using yaourt==


Now, go to your local repository:
Now, go to your local build directory:


  cd ~/local-repo
  cd ~/local-build


Next do
Next do
Line 43: Line 43:
  yaourt -G pcmanfm-qt-git
  yaourt -G pcmanfm-qt-git


You see a new <code>PKGBUILD</code> file in your local repository:
You see a new <code>PKGBUILD</code> file in your local build directory:


  ~/local-repo/pcmanfm-qt-git/PKGBUILD
  ~/local-build/pcmanfm-qt-git/PKGBUILD


==3. Building with buildpkg==
==3. Building with buildpkg==
Anonymous user