opt/dosfstools/Pkgfile

22 lines
509 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: Matt Housh, jaeger at crux dot ninja
2006-02-23 16:26:10 +01:00
name=dosfstools
version=4.2
2013-07-20 12:38:24 +02:00
release=1
source=(https://github.com/dosfstools/dosfstools/releases/download/v$version/$name-$version.tar.gz)
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
}