dosfstools: update to 4.0

This commit is contained in:
Jose V Beneyto 2016-07-13 10:28:39 +02:00
parent 0b475703fa
commit 6fdf3ca65a
2 changed files with 7 additions and 9 deletions

View File

@ -1 +1 @@
6a047a6c65186b9ebb1853709adb36db dosfstools-3.0.28.tar.xz
20f8388b99702f276c973d228c7cff45 dosfstools-4.0.tar.xz

View File

@ -5,21 +5,19 @@
# Depends on:
name=dosfstools
version=3.0.28
version=4.0
release=1
source=(https://github.com/dosfstools/dosfstools/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
# avoid extra manpages
rm -r manpages/po/*
./configure --prefix=/usr \
--sbindir=/sbin \
--enable-compat-symlinks
make -j1 install \
DESTDIR=$PKG \
PREFIX=/usr \
SBINDIR=/sbin
make
make DESTDIR=$PKG install
ln -s fatlabel.8 $PKG/usr/share/man/man8/dosfslabel.8.gz
rm -r $PKG/usr/share/doc
}