ntfs-3g: update to 2016.2.22 (soname bump).
This commit is contained in:
parent
5972d742ac
commit
379b1534bf
2 changed files with 4 additions and 4 deletions
|
@ -461,7 +461,7 @@ libphysfs.so.1 physfs-2.0.0_1
|
||||||
libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
|
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
|
||||||
libntfs-3g.so.86 ntfs-3g-2015.3.14_1
|
libntfs-3g.so.87 ntfs-3g-2016.2.22_1
|
||||||
libruby.so.2.3 ruby-2.3.0_1
|
libruby.so.2.3 ruby-2.3.0_1
|
||||||
libxenctrl.so.4.6 xen-libs-4.6_1
|
libxenctrl.so.4.6 xen-libs-4.6_1
|
||||||
libxenguest.so.4.6 xen-libs-4.6_1
|
libxenguest.so.4.6 xen-libs-4.6_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ntfs-3g'
|
# Template file for 'ntfs-3g'
|
||||||
pkgname=ntfs-3g
|
pkgname=ntfs-3g
|
||||||
version=2015.3.14
|
version=2016.2.22
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}_ntfsprogs-${version}"
|
wrksrc="${pkgname}_ntfsprogs-${version}"
|
||||||
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
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.tuxera.com/community/ntfs-3g-download/"
|
homepage="http://www.tuxera.com/community/ntfs-3g-download/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
||||||
checksum=97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2
|
checksum=d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue