summaryrefslogtreecommitdiff
path: root/dosfstools/Pkgfile
blob: cafba8f2ffdf455ea0b6475690d0aa02961d91dd (plain)
    1 # Description: tools for creating and checking DOS filesystems in linux
    2 # URL: https://github.com/dosfstools/dosfstools
    3 # Maintainer: Jose V Beneyto, sepen at crux dot nu
    4 # Packager: Ryan B. Lynch, rlynch at strozllc dot com
    5 # Depends on:
    6 
    7 name=dosfstools
    8 version=3.0.28
    9 release=1
   10 source=(https://github.com/dosfstools/dosfstools/releases/download/v$version/$name-$version.tar.xz)
   11 
   12 build() {
   13   cd $name-$version
   14 
   15   # avoid extra manpages
   16   rm -r manpages/po/*
   17 
   18   make -j1 install \
   19     DESTDIR=$PKG \
   20     PREFIX=/usr \
   21     SBINDIR=/sbin
   22 
   23   ln -s fatlabel.8 $PKG/usr/share/man/man8/dosfslabel.8.gz
   24   rm -r $PKG/usr/share/doc
   25 }

Generated by cgit