You are not logged in.

#1 2004-04-08 13:13:02

Win
Member
Registered: 2004-03-04
Posts: 155

[network: net utilities] linneighborhood

Hello.

LinNeighborhood is a GTK-based GUI frontend for samba.  The most recent version of this application is 0.6.5

There is a 0.6.5 version in deepfreeze's TUR, but it does not have bugfixes that are needed for LinNeighborhood to work with the most recent versionsl of samba.

The submitted LinNeighborhood 0.6.5 version incorporates a Debian patch to repair problems with not generating correct samba commands (esp. the omission of the target IP address).

Regards,

Win

Offline

#2 2004-04-08 14:42:24

shen
Member
Registered: 2003-09-05
Posts: 272
Website

Re: [network: net utilities] linneighborhood

Cool can you post the PKGBUILD aswell..:)

Offline

#3 2004-12-04 00:17:04

UnderDog
Member
Registered: 2003-11-04
Posts: 19

Re: [network: net utilities] linneighborhood

pkgname=LinNeighborhood
pkgver=0.6.5
pkgrel=1
pkgdesc="LinNeighborhood is free software under the terms of the GNU General Public License for browsing M$ machines and mounting SMB filesystems."
url="http://www.bnro.de/~schmidjo/"
depends=(samba gtk)
source=(http://www.bnro.de/~schmidjo/download/$pkgname-$pkgver.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  patch -Np1 < ../../$pkgname-$pkgver-samba3.patch
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

You need this:

http://www.bnro.de/~schmidjo/download/L … mba3.patch

Put it in the same directory as the PKGBUILD.


There's no place like /home

Offline

#4 2004-12-04 00:37:01

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [network: net utilities] linneighborhood

modified slightly to include the patch in the PKGBUILD:

pkgname=LinNeighborhood
pkgver=0.6.5
pkgrel=1
pkgdesc="LinNeighborhood is free software under the terms of the GNU General Public License for browsing M$ machines and mounting SMB filesystems."
url="http://www.bnro.de/~schmidjo/"
depends=(samba gtk)
source=(http://www.bnro.de/~schmidjo/download/$pkgname-$pkgver.tar.gz
  http://www.bnro.de/~schmidjo/download/$pkgname-$pkgver-samba3.patch)

build()
{
  cd $startdir/src/$pkgname-$pkgver
  patch -Np1 < ../$pkgname-$pkgver-samba3.patch
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#5 2004-12-04 05:48:08

UnderDog
Member
Registered: 2003-11-04
Posts: 19

Re: [network: net utilities] linneighborhood

Cool.. I didn't know you could do that.


There's no place like /home

Offline

#6 2004-12-04 15:11:34

Skee
Member
From: Bucuresti, Romania
Registered: 2004-10-29
Posts: 23
Website

Re: [network: net utilities] linneighborhood

I thought pkgname could not contain capital letters...

Offline

#7 2004-12-04 16:19:15

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [network: net utilities] linneighborhood

Skee wrote:

I thought pkgname could not contain capital letters...

sure it can - it may not be conventional, but there's no internal checking to make sure it has only lowercase letters - it is just creating a file, anyway.  Filenames can have capital letters, so it's allowed

Offline

#8 2004-12-04 17:02:24

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: [network: net utilities] linneighborhood

Skee wrote:

I thought pkgname could not contain capital letters...

actually you are correct. official packages will all have lowercase but since it is not official .....


AKA uknowme

I am not your friend

Offline

Board footer

Powered by FluxBB