dosfstools: update to 3.0.23.

This commit is contained in:
Juan RP 2013-10-15 11:35:44 +02:00
parent e474416688
commit b358720180

View file

@ -1,6 +1,6 @@
# Template file for 'dosfstools' # Template file for 'dosfstools'
pkgname=dosfstools pkgname=dosfstools
version=3.0.22 version=3.0.23
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="PREFIX=/usr SBINDIR=/usr/bin" make_install_args="PREFIX=/usr SBINDIR=/usr/bin"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.daniel-baumann.ch/software/$pkgname" homepage="http://www.daniel-baumann.ch/software/$pkgname"
license="GPL-2" license="GPL-2"
distfiles="http://daniel-baumann.ch/files/software/dosfstools/dosfstools-${version}.tar.xz" distfiles="http://daniel-baumann.ch/files/software/dosfstools/dosfstools-${version}.tar.xz"
checksum=7e8390c290d144e1315523097159ed0dbb42b8f9b3ae1a5501d33b5e4b8a732f checksum=7ffd16266e41f7c4ff729de30d38d357f87e8c0ef0380042e8399a2bfa2a1d9b
long_desc=" long_desc="
The dosfstools package includes the mkdosfs (a.k.a. mkfs.dos and mkfs.vfat) The dosfstools package includes the mkdosfs (a.k.a. mkfs.dos and mkfs.vfat)
and dosfsck (a.k.a. fsck.msdos and fsck.vfat) utilities, which respectively and dosfsck (a.k.a. fsck.msdos and fsck.vfat) utilities, which respectively
@ -17,6 +17,6 @@ long_desc="
dosfstools_package() { dosfstools_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }