tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [GSoC] Add support for FreeBSD package format, RPM and Debian packages(if time allows) to pkgsrc



I tested rpm package created with the rpm version from pkgsrc (RPM version 2.5.4).
I was able to install it on Fedora 10 (RPM version 4.6.0-rc1), to convert it to *.deb with alien and install it on Ubuntu.

I should have something working for RPM next 7-10 days

What I intend to implement:
RPM

make targets:
rpm-package - build rpm package
rpm-repackage 
rpm-clean
internally used target to check if rpm is installed:
check-installed-rpm

(I'll add more if needed)

DPKG

make targets:
dpkg-package - build dpkg package
dpkg-repackage 
dpkg-clean
internally used target to check if dpkg is installed:
check-installed-dpkg


Home | Main Index | Thread Index | Old Index