Source based package manager.

Hey all,

I was just wondering if there is a source based package manager similar to pacbuild, emerge or apt-build for opensuse. Just wondering, if not, I may have to write one for giggles.

Thanks for the info in advance!

Hi
rpmbuild else use osc (which links to the Open Build Service)


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 3.0.13-0.27-default
up 15:55, 2 users, load average: 0.02, 0.03, 0.05
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

From ‘man zypper’

   source-install (si) <name> ...
          Install specified source packages and their build dependencies.

          This  command  will try to find the newest available versions of
          the source packages and use rpm -i to install them and the pack-
          ages that are required to build the source package.

          Note  that the source packages must be available in repositories
          you are using. 

So the appropriate command would be, ‘zypper si foo’.
foo being a packages name. I have never used this command, so can’t comment on the effectiveness of this. I hope this haelps (-: