summaryrefslogtreecommitdiff
path: root/dosfstools/Pkgfile
blob: 73b57628f6cb3724e4dad9becc21a32cae37e648 (plain)
    1 # Description: tools for creating and checking DOS filesystems in linux
    2 # URL: http://www.daniel-baumann.ch/software/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.26
    9 release=1
   10 source=(http://www.daniel-baumann.ch/files/software/$name/$name-$version.tar.xz)
   11 
   12 build() {
   13   cd $name-$version
   14 
   15   # fix mandir
   16   sed -i Makefile  -e 's|/share/man|/man|g'
   17   # avoid extra manpages
   18   rm -r manpages/po/*
   19 
   20   make -j1 install DESTDIR=$PKG \
   21                PREFIX=/usr \
   22                SBINDIR=/sbin
   23 
   24   ln -s fatlabel.8 $PKG/usr/man/man8/dosfslabel.8.gz
   25   rm -r $PKG/usr/share
   26 }

Generated by cgit