Leonardo Arena 60cf0540f7 testing/ntfsprogs: new aport
User space utils for NTFS partitions
2011-09-05 09:46:52 +00:00

40 lines
840 B
Plaintext

# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=ntfsprogs
pkgver=2.0.0
pkgrel=0
pkgdesc="User space utilities for NTFS partitions"
url="http://sourceforge.net/projects/linux-ntfs/"
arch="all"
license="GPL"
depends=
depends_dev=
makedepends="$depends_dev"
install=
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/project/linux-ntfs/NTFS%20Tools%20and%20Library/2.0.0/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
return 0
}
build() {
cd "$_builddir"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
find $pkgdir -iname *.la -delete
}
md5sums="2c402b647bb7aeb1d3f8ce1cc354fd68 ntfsprogs-2.0.0.tar.gz"