ntfs-3g: update to 2014.2.15 (soname bump).
This commit is contained in:
parent
d4e2b9f56d
commit
ae0ffa4e23
|
@ -443,7 +443,7 @@ libphysfs.so.1 physfs-2.0.0_1
|
|||
libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
|
||||
libparted.so.2 libparted-3.1_1
|
||||
libparted-fs-resize.so.0 libparted-3.1_1
|
||||
libntfs-3g.so.84 ntfs-3g-2013.1.13_1
|
||||
libntfs-3g.so.85 ntfs-3g-2014.2.15_1
|
||||
libruby.so.1.9 ruby-1.9.3_1
|
||||
libruby.so.2.0 ruby-2.0.0_1
|
||||
libxenctrl.so.4.3 xen-libs-4.3_1<4.4
|
||||
|
|
|
@ -1,21 +1,19 @@
|
|||
# Template file for 'ntfs-3g'
|
||||
pkgname=ntfs-3g
|
||||
version=2013.1.13
|
||||
revision=3
|
||||
version=2014.2.15
|
||||
revision=1
|
||||
wrksrc="${pkgname}_ntfsprogs-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
|
||||
--enable-posix-acls --enable-xattr-mappings"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libuuid-devel fuse-devel"
|
||||
provides="ntfsprogs-${version}"
|
||||
replaces="ntfsprogs>=0"
|
||||
short_desc="Stable Read/Write NTFS Driver in userspace"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.tuxera.com/community/ntfs-3g-download/"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
||||
checksum=4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27
|
||||
checksum=4c3099400cb14b231a3c9d718b3a8d152d38555059341ce5fc6d02292a4a5b56
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/sbin
|
||||
|
@ -25,7 +23,6 @@ post_install() {
|
|||
ntfs-3g-devel_package() {
|
||||
depends="fuse-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
replaces="ntfsprogs-devel>=0"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue