From: Victor Martinez Date: Wed, 29 Sep 2010 14:15:46 +0000 (+0000) Subject: dosfstools: initial import (verified compilation). X-Git-Url: http://gitweb/?a=commitdiff_plain;h=6ccdbe1fb71ffd637e8c085b542662973a78e575;p=attic%2Fports%2Fopt-cross.git dosfstools: initial import (verified compilation). --- diff --git a/dosfstools/.footprint b/dosfstools/.footprint new file mode 100644 index 0000000..e39aa36 --- /dev/null +++ b/dosfstools/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root sbin/ +-rwxr-xr-x root/root sbin/dosfsck +-rwxr-xr-x root/root sbin/dosfslabel +lrwxrwxrwx root/root sbin/fsck.msdos -> dosfsck +lrwxrwxrwx root/root sbin/fsck.vfat -> dosfsck +-rwxr-xr-x root/root sbin/mkdosfs +lrwxrwxrwx root/root sbin/mkfs.msdos -> mkdosfs +lrwxrwxrwx root/root sbin/mkfs.vfat -> mkdosfs +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/dosfsck.8.gz +-rw-r--r-- root/root usr/man/man8/dosfslabel.8.gz +lrwxrwxrwx root/root usr/man/man8/fsck.msdos.8.gz -> dosfsck.8.gz +lrwxrwxrwx root/root usr/man/man8/fsck.vfat.8.gz -> dosfsck.8.gz +-rw-r--r-- root/root usr/man/man8/mkdosfs.8.gz +lrwxrwxrwx root/root usr/man/man8/mkfs.msdos.8.gz -> mkdosfs.8.gz +lrwxrwxrwx root/root usr/man/man8/mkfs.vfat.8.gz -> mkdosfs.8.gz diff --git a/dosfstools/.md5sum b/dosfstools/.md5sum new file mode 100644 index 0000000..a45b13e --- /dev/null +++ b/dosfstools/.md5sum @@ -0,0 +1 @@ +be73c6077cc5f784f0bb4d3901c88792 dosfstools-3.0.10.tar.bz2 diff --git a/dosfstools/Pkgfile b/dosfstools/Pkgfile new file mode 100644 index 0000000..af9d52c --- /dev/null +++ b/dosfstools/Pkgfile @@ -0,0 +1,20 @@ +# 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 +# Packager: Ryan B. Lynch, rlynch at strozllc dot com +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=dosfstools +version=3.0.10 +release=1 +source=(http://www.daniel-baumann.ch/software/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + sed -e 's|^install: .*|install: install-bin install-man|' -i Makefile + make install DESTDIR=$PKG \ + PREFIX=/usr \ + SBINDIR=/sbin \ + MANDIR=/usr/man +}