opt/dosfstools/Pkgfile

24 lines
577 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
2016-07-13 10:28:39 +02:00
version=4.0
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
2016-07-13 10:28:39 +02:00
./configure --prefix=/usr \
--sbindir=/sbin \
--enable-compat-symlinks
2013-06-07 10:25:02 +02:00
2016-07-13 10:28:39 +02:00
make
make DESTDIR=$PKG install
2013-06-13 10:23:47 +02:00
2015-12-19 13:03:09 +01:00
rm -r $PKG/usr/share/doc
2006-02-23 16:26:10 +01:00
}