From e7c4b3fe8092acae8e0b625b0aa4722d54199961 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 24 Jan 2010 13:41:03 +0100 Subject: [PATCH] Added dosfstools-3.0.8 build template. --HG-- extra : convert_revision : fe80c37a9ffc8e50dd848b51a1da08ff8ea43f97 --- srcpkgs/dosfstools/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/dosfstools/template diff --git a/srcpkgs/dosfstools/template b/srcpkgs/dosfstools/template new file mode 100644 index 00000000000..66ad9b8cd0d --- /dev/null +++ b/srcpkgs/dosfstools/template @@ -0,0 +1,15 @@ +# Template file for 'dosfstools' +pkgname=dosfstools +version=3.0.8 +distfiles="http://www.daniel-baumann.ch/software/$pkgname/$pkgname-$version.tar.bz2" +build_style=gnu_makefile +make_install_args="PREFIX=/usr SBINDIR=/sbin" +short_desc="DOS filesystem tools" +maintainer="Juan RP " +checksum=83fe64010653a41ef285fc6a14b705424582807244c42541db73aa02db392d90 +long_desc=" + The dosfstools package includes the mkdosfs (a.k.a. mkfs.dos and mkfs.vfat) + and dosfsck (a.k.a. fsck.msdos and fsck.vfat) utilities, which respectively + make and check MS-DOS FAT filesystems on hard drives or on floppies." + +Add_dependency run glibc