diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-06-14 14:03:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-06-14 14:03:57 +0000 |
commit | af4cb2a1507ebc52f120eb35fcd878e7912d3b22 (patch) | |
tree | 8a3332fe4dae7f83ac47460b250d290196003348 /sys-fs/fuse-exfat | |
parent | Added ~mips, bug 341969 (diff) | |
download | gentoo-2-af4cb2a1507ebc52f120eb35fcd878e7912d3b22.tar.gz gentoo-2-af4cb2a1507ebc52f120eb35fcd878e7912d3b22.tar.bz2 gentoo-2-af4cb2a1507ebc52f120eb35fcd878e7912d3b22.zip |
Initial commit wrt #371587 by Azamat H. Hackimov
(Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/fuse-exfat')
-rw-r--r-- | sys-fs/fuse-exfat/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/fuse-exfat/fuse-exfat-0.9.5.ebuild | 32 | ||||
-rw-r--r-- | sys-fs/fuse-exfat/metadata.xml | 9 |
3 files changed, 50 insertions, 0 deletions
diff --git a/sys-fs/fuse-exfat/ChangeLog b/sys-fs/fuse-exfat/ChangeLog new file mode 100644 index 000000000000..33ae194b622b --- /dev/null +++ b/sys-fs/fuse-exfat/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sys-fs/fuse-exfat +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.1 2011/06/14 14:03:57 ssuominen Exp $ + +*fuse-exfat-0.9.5 (14 Jun 2011) + + 14 Jun 2011; Samuli Suominen <ssuominen@gentoo.org> +fuse-exfat-0.9.5.ebuild: + Initial commit wrt #371587 by Azamat H. Hackimov + diff --git a/sys-fs/fuse-exfat/fuse-exfat-0.9.5.ebuild b/sys-fs/fuse-exfat/fuse-exfat-0.9.5.ebuild new file mode 100644 index 000000000000..32d895e59c0f --- /dev/null +++ b/sys-fs/fuse-exfat/fuse-exfat-0.9.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-0.9.5.ebuild,v 1.1 2011/06/14 14:03:57 ssuominen Exp $ + +EAPI=4 +inherit scons-utils toolchain-funcs + +DESCRIPTION="exFAT filesystem FUSE module" +HOMEPAGE="http://code.google.com/p/exfat/" +SRC_URI="http://exfat.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-fs/fuse" +DEPEND="${RDEPEND}" + +src_compile() { + escons CC="$(tc-getCC)" CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" || die +} + +src_install() { + # scons install is retarded and is recompiling everything, and to wrong location(s) + into / + dosbin fuse/mount.exfat-fuse + dosym mount.exfat-fuse /sbin/mount.exfat + + doman */*.8 + dodoc ChangeLog +} diff --git a/sys-fs/fuse-exfat/metadata.xml b/sys-fs/fuse-exfat/metadata.xml new file mode 100644 index 000000000000..eb72a8082544 --- /dev/null +++ b/sys-fs/fuse-exfat/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>base-system</herd> + <maintainer> + <email>ssuominen@gentoo.org</email> + <name>Samuli Suominen</name> + </maintainer> +</pkgmetadata> |