How do I make a .pet out of a compiled app?

discuss compiling applications for Puppy
Post Reply
Message
Author
User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

How do I make a .pet out of a compiled app?

#1 Post by DaveS »

I am reasonably familiar with the configure/make/make install triage, but my question is this: if the final command installs the created package, how do I track what it put and where so that I can build a .pet from the results, or have I got it all wrong?
Spup Frugal HD and USB
Root forever!

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

#2 Post by Dingo »

you will see a text file with all paths, after performed new2dir make install, so, if for some reason, the directory tree is not created, you can recover files installed from this list

usually I do:

Code: Select all

./configure --prefix=/usr && make && new2dir make install
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

Bruce B

Re: OK, I have a question....

#3 Post by Bruce B »

DaveS wrote:I am reasonably familiar with the configure/make/make install triage, but my question is this: if the final command installs the created package, how do I track what it put and where so that I can build a .pet from the results, or have I got it all wrong?
I think this link has information to answer your question and much more in detail, Pet Packaging 100 & 101 & intro to 200

~

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#4 Post by DaveS »

Thanks guys... time to give it a try :)
Spup Frugal HD and USB
Root forever!

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

Re: OK, I have a question....

#5 Post by sc0ttman »

DaveS wrote:I am reasonably familiar with the configure/make/make install triage, but my question is this: if the final command installs the created package, how do I track what it put and where so that I can build a .pet from the results, or have I got it all wrong?
See here: http://www.murga-linux.com/puppy/viewto ... 180#421180
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

Post Reply