You are not logged in.
Pages: 1
here is a user guide : http://westburian.site40.net/dosbox-internet.htm
here is sources: http://source.dosbox.com/mb6/dosbox-mb6.tar.gz
here is compiled source+binaries (executed "compile; make; make-install"): http://ge.tt/9pTq1HV/
my question:
How to create package.tazpkg from compiled sources? teach me please
thanks for any hint
Offline
I know, i need type "tazpkg pack /dir"; but how to select binaries from compiled sources, and how to undersand(discover) directory-destination of binaries?
Offline
wouldn't it be easier to use the slitaz dosbox package:
http://pkgs.slitaz.org/search.sh?package=dosbox&version=s
?
if you are not happy with slitaz package you could rebuild it with your changes using slitaz's tools:
http://doc.slitaz.org/en:cookbook:start
if you really want check [c]tazpkg pack[/c] :
http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.en.html
PS we posted together :-)
Offline
this dosbox have many many feautures, and is much better than Slitaz package; so I need to compile, install and, if possible, create package (It possible, I hope)
problem: I can not see, what files installing to system, when run "make install"
maybe, create (how?) fake "/" dir, and "make install" will install to not system, but defined dir?
Offline
Work smarter not harder.
Every tazpkg has to have a receipt.
Use the existing dosbox receipt as a template for your custom dosbox tazpkg
Offline
thanks all!
SOLUTION :
make DESTDIR=$DESTDIR install &&
for example, "make DESTDIR=/home/tux/fakefilesystem install" (after "./configure ; ./make".....)
(solution from receipt of leafpad)
then: "tazpkg pack /home/tux/fakefilesystem/" (not exactly, but something similar)
special thanks mojo: using existing tazpackage receipt as template - good idea 
(after compilation, I'll upload this version dosbox)
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]