WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: checkinstall-tc  (Read 2347 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
checkinstall-tc
« on: March 22, 2010, 02:23:40 AM »
Checkinstall with an option added to create a Tinycore package.  The Debian, RPM, and Slackware options remain intact and were not altered.  Basically this tracks "make install" and makes a package out of it.  Helps to overcome the drawbacks of using the "find -newer /tmp/mark" or DESTDIR (when available) approaches that sometimes creep up.  This places a package in /tmp that can then be edited for submission or just used on one's system.  Usage is basically "./configure --prefix=/usr/local && make && checkinstall".  I have seen checkinstall fail, but normally that is in the case that make install fails.  But either way, test and verify the result of checkinstall like any other method.

Code: [Select]
Title:          checkinstall-tc.tcz
Description:    Package maker and installer 
Version:        1.6.2
Author:         Kevin D. Knerr, Sr., Chris Spiegel, Christian Ruzicka
Chris Kuklewicz Matt Conway Nicholas Young-Soares
Ferdi Franceschini Tobias Fritz Dima Vukolov
Bernhard Kaindl Sergey Kryaczevskih Sven Mueller
Christian Tusche Guglielmo Bondioni Paul Wagland
Uwe Koloska olivier fleurigeon Max Norton Felipe Sateler
Original-site:  http://www.asic-linux.com.mx/~izto/checkinstall/
Copying-policy: GPL
Size: 140K
Extension_by:   Jason W
Comments:       This has been adjusted to create a Tinycore tcz package. 
Just issue:
./configure --prefix=/usr/local
make
checkinstall

and choose the Tinycore option to create a tcz in /tmp of
the package.
Change-log:     ====
Current: 2010/03/21 First version 1.6.2



Offline vitex

  • Full Member
  • ***
  • Posts: 113
Re: checkinstall-tc
« Reply #1 on: March 22, 2010, 09:18:16 AM »
This package needs a dependencies on bash.tcz, tar.tcz, and some command called rev.
« Last Edit: March 22, 2010, 10:17:16 AM by vitex »

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: checkinstall-tc
« Reply #2 on: March 22, 2010, 10:26:05 AM »
Thanks, it was posted at 230am and I forgot the dep file.  I will look into the rev thing tonight..

« Last Edit: March 22, 2010, 10:55:39 AM by Jason W »

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: checkinstall-tc
« Reply #3 on: March 22, 2010, 12:52:09 PM »
Rev is part of util-linux-ng, will add to dep file.