Hello, We have been discussing putting packagemanager code into the pkg tree: http://mail.opensolaris.org/pipermail/pkg-discuss/2008-April/002780.html
I have made changes which are available for review at: http://cr.opensolaris.org/~migi/packagemanager-integration/ This version of packagemanager is cleaned up source code, so only working and integrated bits are there without any additional files which are in the old repository. As we were discussing there is the following structure: src cmd gui So there is a space for: src cmd cli I didn't touch anything from the current sources except one file src/Makefile The following make commands works with the gui: make (this builds *pyc files for both cli and gui) make install (this creates only cli package SUNWipkg) make gui-install (this creates SUNWipkg-gui and SUNWipkg-gui-data) make clean (cleans all source code together with gui) Any comments welcome -- best Michal Pryc _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
