You are not logged in.

#1 2005-03-30 14:01:41

Beetlenut
Member
From: Taipei Taiwan
Registered: 2004-11-04
Posts: 126

Pkgbuild how-to

I want to install skim on my computer using a pkgbuild. But I have found lots of information about how to build them but not how to use them. Is there something I didn't see....

Offline

#2 2005-03-30 14:21:47

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: Pkgbuild how-to

`makepkg` wink

Offline

#3 2005-03-30 14:44:22

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Pkgbuild how-to

The Arch package making HOW-TO - with guidelines

You place all information for creating a package in a PKGBUILD file. When you run makepkg, it will look for a PKGBUILD file in the current working directory, and compile the software's source code according to the instructions in the PKGBUILD file. After successfully finishing the compilation, the resulting binaries, as well as all available meta-information like package version and dependencies, are packed in the name.pkg.tar.gz package file that can be cleanly installed with pacman -Up <package file>.

It's the second paragraph! big_smile


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#4 2005-03-30 15:19:43

Beetlenut
Member
From: Taipei Taiwan
Registered: 2004-11-04
Posts: 126

Re: Pkgbuild how-to

Somehow I missed that line.

Offline

Board footer

Powered by FluxBB