Difference between revisions of "Nhopkg"
From CBLFS
Jump to navigationJump to searchLine 14: | Line 14: | ||
=== Required === | === Required === | ||
* A (C)LFS System | * A (C)LFS System | ||
+ | * [[Wget]] | ||
== Non-Multilib or Multilib == | == Non-Multilib or Multilib == | ||
Line 19: | Line 20: | ||
Compile the package: | Compile the package: | ||
+ | ./configure --prefix=/usr --sysconfdir=/etc \ | ||
+ | --localstatedir=/var/lib | ||
make | make | ||
Line 35: | Line 38: | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
− | |/etc/nhopkg, /usr/share | + | |/etc/nhopkg, /usr/share/nhopkg, /var/lib/nhopkg |
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: |
Revision as of 06:38, 30 April 2009
Download Source: | http://downloads.sourceforge.net/nhopkg/nhopkg-0.5.1.tar.bz2 |
---|
Contents
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
- Wget
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. |
---|