You are not logged in.
Is there a way to convince makepkg to create uncompressed packages. I often tweak an official package or build from one the AUR and it takes a lot of time to compress the package that will be immediately uncompressed for installation. I would like sometimes to be able to create uncompressed packages (just tar-ed packages).
Last edited by olive (2011-02-15 15:24:22)
Offline
[karol@black ~]$ tail /etc/makepkg.conf
#########################################################################
#
# WARNING: Do NOT modify these variables unless you know what you are
# doing.
#
PKGEXT='.pkg.tar'
#PKGEXT='.pkg.tar.gz'
SRCEXT='.src.tar.gz'
# vim: set ft=sh ts=2 sw=2 et:Looks like PKGEXT='.pkg.tar' does the trick. Gzip compression is fast enough for me, so I use that.
Last edited by karol (2011-02-14 17:48:31)
Offline
PKGEXT='.pkg.tar' #PKGEXT='.pkg.tar.gz' SRCEXT='.src.tar.gz'Looks like PKGEXT='.pkg.tar' does the trick. Gzip compression is fast enough for me, so I use that.
That seems to work although makepkg warn you about about a non valid package extension. But this apparently gives a tar-ed package accepted by pacman.
Offline
That warning will disappear with pacman-3.5.
Offline
That warning will disappear with pacman-3.5.
Sounds like a threat
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline