diff options
author | Jose V Beneyto <sepen@crux.nu> | 2016-07-13 10:28:39 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2016-07-13 10:28:39 +0200 |
commit | 6fdf3ca65ab4ec690218a6ad8f942f5a7a822b0f (patch) | |
tree | 5ab9c465ea5e71ce27c21e964f8570182450de94 /dosfstools | |
parent | 0b475703fa3e3c6dba8b6734be270b4947f023ea (diff) | |
download | opt-6fdf3ca65ab4ec690218a6ad8f942f5a7a822b0f.tar.gz opt-6fdf3ca65ab4ec690218a6ad8f942f5a7a822b0f.tar.xz |
dosfstools: update to 4.0
Diffstat (limited to 'dosfstools')
-rw-r--r-- | dosfstools/.md5sum | 2 | ||||
-rw-r--r-- | dosfstools/Pkgfile | 14 |
2 files changed, 7 insertions, 9 deletions
diff --git a/dosfstools/.md5sum b/dosfstools/.md5sum index 7aed15792..878a2f595 100644 --- a/dosfstools/.md5sum +++ b/dosfstools/.md5sum @@ -1 +1 @@ -6a047a6c65186b9ebb1853709adb36db dosfstools-3.0.28.tar.xz +20f8388b99702f276c973d228c7cff45 dosfstools-4.0.tar.xz diff --git a/dosfstools/Pkgfile b/dosfstools/Pkgfile index cafba8f2f..f2be37419 100644 --- a/dosfstools/Pkgfile +++ b/dosfstools/Pkgfile @@ -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 } |