You are not logged in.
hi
X Northern Captain (XNC) is a file manager for X Window system.
http://xnc.jinr.ru/
i just wanted to try it and made a package.
i'm not sure about the depencies and the license.
pkgname=xnc
pkgver=5.0.4
pkgrel=1
pkgdesc="X Northern Captain (XNC) is a file manager for X Window system."
url="http://xnc.jinr.ru/"
license=""
depends=('xfree86')
makedepends=()
conflicts=()
replaces=()
backup=()
source=(http://xnc.jinr.ru/src-5/$pkgname-$pkgver.src.tar.gz)
md5sums=('62446cdfdf5730f125fb351a658c0bd3')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
every user has to run xncsetup after installation.
Offline