You are not logged in.

#1 2011-02-14 17:29:34

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

[SOLVED] How to create uncompressed packages

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

#2 2011-02-14 17:47:26

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How to create uncompressed packages

[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

#3 2011-02-15 10:32:35

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: [SOLVED] How to create uncompressed packages

karol wrote:
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

#4 2011-02-15 10:40:04

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,652
Website

Re: [SOLVED] How to create uncompressed packages

That warning will disappear with pacman-3.5.

Offline

#5 2011-02-15 12:16:17

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,360

Re: [SOLVED] How to create uncompressed packages

Allan wrote:

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

Board footer

Powered by FluxBB