opt/dosfstools/Pkgfile

26 lines
626 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: tools for creating and checking DOS filesystems in linux
2015-12-19 13:03:09 +01:00
# URL: https://github.com/dosfstools/dosfstools
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: Ryan B. Lynch, rlynch at strozllc dot com
# Depends on:
name=dosfstools
2015-12-19 13:03:09 +01:00
version=3.0.28
2013-07-20 12:38:24 +02:00
release=1
2015-12-19 13:03:09 +01:00
source=(https://github.com/dosfstools/dosfstools/releases/download/v$version/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2013-06-07 10:25:02 +02:00
# avoid extra manpages
rm -r manpages/po/*
2015-12-19 13:03:09 +01:00
make -j1 install \
DESTDIR=$PKG \
PREFIX=/usr \
SBINDIR=/sbin
2013-06-13 10:23:47 +02:00
2015-12-19 13:03:09 +01:00
ln -s fatlabel.8 $PKG/usr/share/man/man8/dosfslabel.8.gz
rm -r $PKG/usr/share/doc
2006-02-23 16:26:10 +01:00
}