Anyone know where I could find this package for Centos 4.4 x86_64? I've googled all over and haven't been able to find anything more current the 0.8.4a. I'm not much of a programmer, but if someone could point me at a "packaging for dummies" perhaps I could have a go at creating a package if one doesn't already exist? Cheers,
> Anyone know where I could find this package for Centos 4.4 > x86_64? I've > googled all over and haven't been able to find anything more > current the > 0.8.4a. > > I'm not much of a programmer, but if someone could point me at a > "packaging for dummies" perhaps I could have a go at > creating a package > if one doesn't already exist?Since I'm actually reading it today it's fresh in my mind: http://www.gurulabs.com/GURULABS-RPM-LAB/GURULABS-RPM-GUIDE-v1.0.PDF alex
chrism at imntv.com wrote:> Anyone know where I could find this package for Centos 4.4 x86_64? > I've googled all over and haven't been able to find anything more > current the 0.8.4a. > > I'm not much of a programmer, but if someone could point me at a > "packaging for dummies" perhaps I could have a go at creating a > package if one doesn't already exist? > > Cheers, > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosIf you want to build your own the checkinstall program is great. Just compile the source like your normally would and run checkinstall instead of make install, it builds an RPM for you.