Skip to content

Commit

Permalink
ext4fuse: New port.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@117773 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
mf2k committed Mar 12, 2014
1 parent 51e05bc commit 8aeed9a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions fuse/ext4fuse/Portfile
@@ -0,0 +1,32 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem 1.0
PortGroup github 1.0

github.setup gerard ext4fuse 0.1.3 v
categories fuse
license GPL-2+
platforms darwin
maintainers nomaintainer

description ext4 filesystem in user space
long_description Implementation of the ext4 filesystem in user space, \
using the FUSE library. This allows read-only access.

homepage https://github.com/gerard/ext4fuse

checksums rmd160 33b3f6c3a72f86daec20fe191340f9a1e3294c70 \
sha256 9fdf0d1855d62d6ab108157d627e62b4996144a8eb49a38b094712f924448694

depends_build-append \
port:pkgconfig
depends_lib-append path:lib/libfuse.dylib:fuse4x \
port:libiconv

use_configure no
build.target

destroot {
xinstall -m 755 ${worksrcpath}/ext4fuse ${destroot}${prefix}/bin/
}

0 comments on commit 8aeed9a

Please sign in to comment.