ntfs-3g: update to 2013.1.13 (SONAME bump).
This commit is contained in:
parent
1255b7c56f
commit
49c0b145eb
|
@ -429,7 +429,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
|
||||||
libparted.so.2 libparted-3.1_1
|
libparted.so.2 libparted-3.1_1
|
||||||
libparted-fs-resize.so.0 libparted-3.1_1
|
libparted-fs-resize.so.0 libparted-3.1_1
|
||||||
libopenobex.so.1 libopenobex-1.5_1
|
libopenobex.so.1 libopenobex-1.5_1
|
||||||
libntfs-3g.so.83 ntfs-3g-2012.1.15_1
|
libntfs-3g.so.84 ntfs-3g-2013.1.13_1
|
||||||
libruby.so.1.9 ruby-1.9.3_1
|
libruby.so.1.9 ruby-1.9.3_1
|
||||||
libfsimage.so.1.0 xen-4.1.2_1
|
libfsimage.so.1.0 xen-4.1.2_1
|
||||||
libxenctrl.so.4.0 xen-4.1.2_1
|
libxenctrl.so.4.0 xen-4.1.2_1
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
# Template file for 'ntfs-3g-devel'.
|
# Template file for 'ntfs-3g-devel'.
|
||||||
#
|
#
|
||||||
depends="fuse-devel ntfs-3g"
|
depends="fuse-devel ntfs-3g>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
replaces="ntfsprogs-devel>=0"
|
replaces="ntfsprogs-devel>=0"
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,28 +1,22 @@
|
||||||
# Template file for 'ntfs-3g'
|
# Template file for 'ntfs-3g'
|
||||||
pkgname=ntfs-3g
|
pkgname=ntfs-3g
|
||||||
version=2012.1.15
|
version=2013.1.13
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc=${pkgname}_ntfsprogs-${version}
|
wrksrc="${pkgname}_ntfsprogs-${version}"
|
||||||
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
|
configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
|
||||||
--enable-posix-acls --enable-xattr-mappings"
|
--enable-posix-acls --enable-xattr-mappings"
|
||||||
makedepends="pkg-config libuuid-devel fuse-devel"
|
makedepends="pkg-config libuuid-devel fuse-devel"
|
||||||
short_desc="Stable Read/Write NTFS Driver in userspace"
|
short_desc="Stable Read/Write NTFS Driver in userspace"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=6f1611c5000de7ca99141a9b853cba2c8dbd86c8e36d5efbe7ba918af773fb25
|
homepage="http://www.tuxera.com/community/ntfs-3g-download/"
|
||||||
long_desc="
|
license="GPL-2"
|
||||||
The NTFS-3G driver is a freely and commercially available and supported
|
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
||||||
read/write NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris,
|
checksum=4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27
|
||||||
QNX, Haiku, and other operating systems. It provides safe and fast handling
|
|
||||||
of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows
|
|
||||||
Server 2008 and Windows 7 file systems."
|
|
||||||
|
|
||||||
provides="ntfsprogs-${version}"
|
provides="ntfsprogs-${version}"
|
||||||
replaces="ntfsprogs>=0"
|
replaces="ntfsprogs>=0"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
build_requires=16
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmove "sbin/*" usr/sbin
|
vmove "sbin/*" usr/sbin
|
||||||
|
|
Loading…
Reference in New Issue