Difference between revisions of "Nhopkg"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/nhopkg/nhopkg-{{Nhopkg-Version}}.tar.bz2 |- !Download Patch: | URL - This ...) |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://sourceforge.net/projects/nhopkg/files/nhopkg/nhopkg-0.5/nhopkg-{{Nhopkg-Version}}.tar.bz2/download/ |
− | |||
− | |||
− | |||
|} | |} | ||
---- | ---- | ||
− | {{Package-Introduction| | + | {{Package-Introduction|Nhopkg is a lightweight and powerfull package manager system for unix like operating systems. Nhopkg can install, remove, update, search and manage software packages (.nho). Nhopkg aims to be a universal package manager. For this, Nhopkg isn't only a package manager, furthermore it is a set of guidelines to pack up software for any machine. In this way, to check package dependencies, Nhopkg searchs its files instead its name. | http://www.nhopkg.org/}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
− | |||
− | |||
− | |||
− | |||
=== Required === | === Required === | ||
− | * | + | * A (C)LFS System |
− | * [[ | + | * [[Wget]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Recommended == | |
+ | * [[Mlocate]] | ||
− | == | + | == Non-Multilib or Multilib == |
Compile the package: | Compile the package: | ||
− | + | ./configure --prefix=/usr --sysconfdir=/etc \ | |
− | + | --localstatedir=/var/lib | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
make | make | ||
Line 115: | Line 32: | ||
== Configuring == | == Configuring == | ||
− | + | No configuration is needed. | |
+ | Configuration file is /etc/nhopkg/nhopkg.conf | ||
== Contents == | == Contents == | ||
− | |||
− | |||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
− | |/ | + | |/etc/nhopkg, /usr/share/nhopkg, /var/lib/nhopkg |
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
− | | | + | |nhopkg |
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
− | | | + | |None |
|} | |} | ||
Line 137: | Line 53: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
− | ! | + | !Nhopkg |
− | |is a | + | |is a (Bash) shell script that assists in compiling, installing, administering, and removing software in your system. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
+ | |||
+ | [[Category:Package Management]] |
Latest revision as of 07:48, 14 December 2009
Download Source: | http://sourceforge.net/projects/nhopkg/files/nhopkg/nhopkg-0.5/nhopkg-0.5.1.tar.bz2/download/ |
---|
Contents
Introduction to Nhopkg
Nhopkg is a lightweight and powerfull package manager system for unix like operating systems. Nhopkg can install, remove, update, search and manage software packages (.nho). Nhopkg aims to be a universal package manager. For this, Nhopkg isn't only a package manager, furthermore it is a set of guidelines to pack up software for any machine. In this way, to check package dependencies, Nhopkg searchs its files instead its name.
Project Homepage: http://www.nhopkg.org/
Dependencies
Required
- A (C)LFS System
- Wget
Recommended
Non-Multilib or Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var/lib 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/nhopkg, /var/lib/nhopkg |
---|---|
Installed Programs: | nhopkg |
Installed Libraries: | None |
Short Descriptions
Nhopkg | is a (Bash) shell script that assists in compiling, installing, administering, and removing software in your system. |
---|