You are not logged in.
I use checkinstall to prevent junk files ruining my system while installing a program from source. But checkinstall can only generate Slackware/rpm/deb packages. Is there any convenient way to directly convert rpm/deb to .pkg.tar.gz, which can be installed using pacman -U?
Note. By directly I mean no need to manually generate a PKGBUILD. The package information should be extracted from rpm/deb package automatically.
Thanks.
.
Offline
> Slackware/rpm/deb
IIRC Slackware uses plain tarballs, but this means no dep checks.
> Note. By directly I mean no need to manually generate a PKGBUILD.
PKGBUILDs are necessary only when you create sth from source. deb / rpm packages are already compiled.
Edit: spec2arch from pkgtools pacakge can create PKGBUILDs from .spec files, but I don't know if it's of any help.
Last edited by karol (2010-07-18 18:31:13)
Offline