You are not logged in.
I' working on a PKGBUILD file for AUR. The software uses an install-script that builds and installs the package in the root (/) and it can't be configured to install in a fakeroot. It also consists of three seperate components that form the software, which all need to be compiled seperately; libraries, configuration files and the software itself.
Should I put all the code needed to compile and install the package in the fakeroot in the PKGBUILD file, or should I create a seperate install file ($pkgname.install)?
Do you want a Bubble Icon? Feel free to submit your requests or personal creations to be included in future releases.
I'm 100% Linux!
Offline
You should patch or otherwise modify the build system so that it installs to $startdir/pkg/ instead of root.
Offline
Also, *.install files are used for commands that have to be run in the live system before or after the package is installed. They have no function in relation to the building of the package.
Offline
I'll give it a try... thanks for the advice!
Do you want a Bubble Icon? Feel free to submit your requests or personal creations to be included in future releases.
I'm 100% Linux!
Offline