[Slackbuilds-users] How to build .txz package without editing .SlackBuild file.

Fellype do Nascimento fellype at gmail.com
Wed Nov 22 11:48:15 UTC 2017


On 11/22/2017 02:12 AM, Chris Novakovic wrote:
> On 22/11/17 03:45, Ananda Murthy R S wrote:
>> By default .SlackBuild files are written to make .tgz package.
>>
>> Is there any way to build .txz file from the buildscript without editing
>> the .SlackBuild file by passing parameter to the buildscript to create a
>> .txz file?
> Export PKGTYPE=txz to the SlackBuild script.
>
Examples:
PKGTYPE=txz ./yourprogram.SlackBuild
PKGTYPE=txz sboinstall desired_program
PKGTYPE=txz sboupgrade upgradable_programs

Best regards

Fellype



More information about the SlackBuilds-users mailing list