mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/ntfsprogs: new aport
User space utils for NTFS partitions
This commit is contained in:
parent
4ae217816f
commit
60cf0540f7
39
testing/ntfsprogs/APKBUILD
Normal file
39
testing/ntfsprogs/APKBUILD
Normal file
@ -0,0 +1,39 @@
|
||||
# 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"
|
||||
Loading…
x
Reference in New Issue
Block a user