UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

nano

The Nano package contains a small, simple text editor which aims to replace Pico, the default editor in the Pine package.

Package info

Codename: nano
Source file: nano-8.3.tar.xz
Source directory: nano-8.3
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/n/nano-8.3.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/n/nano-8.3.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr     \
            --sysconfdir=/etc \
            --enable-utf8     \
            --docdir=/usr/share/doc/nano-8.3

Build script:
make

Install script:
make install

if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

install -v -m644 doc/{nano.html,sample.nanorc} /usr/share/doc/nano-8.3

fi