You are not logged in.

#1 2004-06-13 01:15:16

dad4a
Member
Registered: 2004-06-13
Posts: 14

ntfsprogs-1.9.2 PKGBUILD

Hi all,

I packaged and uploaded to ftp://ftp.archlinux.org/incoming/

ntfsprogs-1.9.2

, tools to manipulate NTFS filesystems under Linux. See this page for a list of the tools: http://linux-ntfs.sourceforge.net/status.html#ntfstools.

Here is the PKGBUILD:

pkgname=ntfsprogs
pkgver=1.9.2
pkgrel=1
pkgdesc="The Linux-NTFS project aims to bring full support for the NTFS filesystem to the Linux operating system. The Linux-NTFS ntfsprogs package currently consists of the NTFS library (libntfs), the NTFS Gnome VFS module (libntfs-gnomevfs), and various utilities (ntfsprogs)."
url="http://linux-ntfs.sourceforge.net/"
source=(http://belnet.dl.sourceforge.net/sourceforge/linux-ntfs/$pkgname-$pkgver.tar.gz)
md5sums=('7afa40d1764dc5427533734925f8adf7')

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

Offline

#2 2004-06-13 01:25:50

dad4a
Member
Registered: 2004-06-13
Posts: 14

Re: ntfsprogs-1.9.2 PKGBUILD

Well you can discard this. When i went to Arch Incoming Register to register my package i realized that it exists on

tur

directory.

Offline

#3 2004-06-13 11:55:01

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,328

Re: ntfsprogs-1.9.2 PKGBUILD

yeah i put it to staging since a while
one tip for packaging
don't use /usr/local as prefix
it's against arch philosophy (i think)
can you test my package if it works i can't because of a missing windows installation
bye

Offline

#4 2004-06-13 19:34:51

dad4a
Member
Registered: 2004-06-13
Posts: 14

Re: ntfsprogs-1.9.2 PKGBUILD

hi,

Thanks for the tip (I was wandering about that). I checked package ntfsprogs 1.9.2-s1 and its ok.

Chears!

Offline

Board footer

Powered by FluxBB