CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dosfstools: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Wed, 29 Sep 2010 14:15:46 +0000 (14:15 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 29 Sep 2010 14:15:46 +0000 (14:15 +0000)
dosfstools/.footprint [new file with mode: 0644]
dosfstools/.md5sum [new file with mode: 0644]
dosfstools/Pkgfile [new file with mode: 0644]

diff --git a/dosfstools/.footprint b/dosfstools/.footprint
new file mode 100644 (file)
index 0000000..e39aa36
--- /dev/null
@@ -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 (file)
index 0000000..a45b13e
--- /dev/null
@@ -0,0 +1 @@
+be73c6077cc5f784f0bb4d3901c88792  dosfstools-3.0.10.tar.bz2
diff --git a/dosfstools/Pkgfile b/dosfstools/Pkgfile
new file mode 100644 (file)
index 0000000..af9d52c
--- /dev/null
@@ -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 
+}