opt/dosfstools/Pkgfile

26 lines
655 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: tools for creating and checking DOS filesystems in linux
# URL: http://www.daniel-baumann.ch/software/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
2013-06-07 10:25:02 +02:00
version=3.0.18
2006-02-23 16:26:10 +01:00
release=1
2013-01-27 19:19:12 +01:00
source=(http://www.daniel-baumann.ch/files/software/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2013-06-07 10:25:02 +02:00
sed -i Makefile \
-e 's|^install: .*|install: install-bin install-man|' \
-e 's|/share/man|/man|g'
# avoid extra manpages
rm -r manpages/po/*
make install DESTDIR=$PKG \
PREFIX=/usr \
2013-06-07 10:25:02 +02:00
SBINDIR=/sbin
2006-02-23 16:26:10 +01:00
}