Nhopkg: Difference between revisions
From CBLFS
Jump to navigationJump to search
Fix the multilib instructions |
Weibullguy (talk | contribs) No edit summary |
||
| Line 15: | Line 15: | ||
* A (C)LFS System | * A (C)LFS System | ||
== Non-Multilib == | == Non-Multilib or Multilib == | ||
Compile the package: | Compile the package: | ||
| Line 24: | Line 24: | ||
make install | make install | ||
== Configuring == | == Configuring == | ||
| Line 51: | Line 35: | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
|/etc/nhopkg /usr/share/doc/nhopkg-0.4 /usr/share/nhopkg-0.4 /var/lib/nhopkg | |/etc/nhopkg, /usr/share/doc/nhopkg-0.4, /usr/share/nhopkg-0.4, /var/lib/nhopkg | ||
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
|nhopkg, nhopkg-0.4 | |nhopkg, nhopkg-0.4 | ||
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | |||
|None | |||
|} | |} | ||
| Line 63: | Line 49: | ||
|-valign="top" | |-valign="top" | ||
!Nhopkg | !Nhopkg | ||
|is a | |is a (Bash) shell script that assists in compiling, installing, administering, and removing software in your system. | ||
|-valign="top" | |-valign="top" | ||
!Nhopkg-0.4 | !Nhopkg-0.4 | ||
|is a symlink to /usr/bin/nhopkg. | |is a symlink to /usr/bin/nhopkg. | ||
|} | |} | ||
[[Category:Package Management]] | [[Category:Package Management]] | ||
Revision as of 00:19, 16 September 2008
| Download Source: | http://downloads.sourceforge.net/nhopkg/nhopkg-0.5.1.tar.bz2 |
|---|
Introduction to Nhopkg
Nhopkg is a package manager for operating systems based on linux. It was created for the nhoax project, but it can be used in any other linux distribution. Nhopkg used .nho packages. It can install source and binary packages or if you prefer, you can create a valid .nho source package to compile and install it from sources in your system.
Project Homepage: http://nhopkg.sourceforge.net
Dependencies
Required
- A (C)LFS System
Non-Multilib or Multilib
Compile the package:
make
Install the package:
make install
Configuring
No configuration is needed. Configuration file is /etc/nhopkg/nhopkg.conf
Contents
| Installed Directories: | /etc/nhopkg, /usr/share/doc/nhopkg-0.4, /usr/share/nhopkg-0.4, /var/lib/nhopkg |
|---|---|
| Installed Programs: | nhopkg, nhopkg-0.4 |
| Installed Libraries: | None |
Short Descriptions
| Nhopkg | is a (Bash) shell script that assists in compiling, installing, administering, and removing software in your system. |
|---|---|
| Nhopkg-0.4 | is a symlink to /usr/bin/nhopkg. |