You are not logged in.

#1 2004-07-31 18:40:43

MaceM
Member
From: Austria
Registered: 2003-11-26
Posts: 47

[x11] X Northern Captain (XNC) by Leonid V. Khramov

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

Board footer

Powered by FluxBB