checkinstall on CentOS 5.5
rpm package を楽につくるための software 。 command 叩いて適当に summary 埋めるとできるというものぐさにはたまらない tool 。
ただ EPEL にも RPMforge にも package がないので自前で install する。
- > cd
- > mkdir -p work/install/checkinstall
- > cd work/install/checkinstall
- > wget http://www.asic-linux.com.mx/~izto/checkinstall/files/source/checkinstall-1.6.2.tar.gz
- > tar xzvf checkinstall-1.6.2.tar.gz
- > cd checkinstall-1.6.2
- > make
- # make install
- とりあえず install
- # checkinstall
- 自分自身の rpm package を作る
- > cd ../
- > cp /usr/src/redhat/RPMS/x86_64/checkinstall-1.6.2-1.x86_64.rpm .
- # rpm -ivh checkinstall-1.6.2-1.x86_64.rpm
- ちゃんと install
これで各 software で make したあとに checkinstall すると幸せになれる。ただまぁおれの場合 summary とか名前の付け方とかはテケトー。文化をしらんのだよな。