From d4f81f706bd3887a7c9b84167ba1ea0ae39f49e6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Aug 2012 20:27:35 +0200 Subject: [PATCH] New package: exfat-utils-0.9.8. --- srcpkgs/exfat-utils/exfat-utils.rshlibs | 1 + srcpkgs/exfat-utils/template | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 srcpkgs/exfat-utils/exfat-utils.rshlibs create mode 100644 srcpkgs/exfat-utils/template diff --git a/srcpkgs/exfat-utils/exfat-utils.rshlibs b/srcpkgs/exfat-utils/exfat-utils.rshlibs new file mode 100644 index 00000000000..631aa1dda40 --- /dev/null +++ b/srcpkgs/exfat-utils/exfat-utils.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/exfat-utils/template b/srcpkgs/exfat-utils/template new file mode 100644 index 00000000000..e3b637bd78c --- /dev/null +++ b/srcpkgs/exfat-utils/template @@ -0,0 +1,22 @@ +# Template file for 'exfat-utils' +pkgname=exfat-utils +version=0.9.8 +revision=1 +makedepends="scons" +short_desc="Utilities for exFAT file system" +maintainer="Juan RP " +license="GPL-3" +homepage="http://code.google.com/p/exfat" +distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz" +checksum=97d8c77e048d0fdc2e5425ff22a139306ce3f1575b58e56c26bb968930a423bb +long_desc=" + This package contains ${short_utils}." + +do_install() { + scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " \ + DESTDIR="${DESTDIR}/usr/bin" install + + vmkdir usr/share/man/man8 + install -m444 {dump,fsck,mkfs,label}/*.8 \ + ${DESTDIR}/usr/share/man/man8 +}