diff options
author | Harshavardhana <harsha@zresearch.com> | 2009-04-21 02:24:22 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-22 17:19:50 +0530 |
commit | 86fff0e75b445dee3cda6b788699930eb649334e (patch) | |
tree | 134126c075094ca186a358253ef6fbaf0d405626 /extras/MacOSX/Portfile | |
parent | 38a6a5b1a12eff04f26ded17ce4585a6ebdc7986 (diff) |
Add MacOSX based packaging file into repo
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'extras/MacOSX/Portfile')
-rw-r--r-- | extras/MacOSX/Portfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extras/MacOSX/Portfile b/extras/MacOSX/Portfile new file mode 100644 index 000000000..0094ee4c4 --- /dev/null +++ b/extras/MacOSX/Portfile @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 + +name glusterfs +version 2.0.0rc8 +categories fuse +maintainers amar@zresearch.com +description GlusterFS +long_description GlusterFS is a cluster file system, flexible to tune it for your needs. +homepage http://www.gluster.org/ +platforms darwin +master_sites http://ftp.zresearch.com/pub/gluster/glusterfs/2.0/2.0.0 + +configure.args --disable-bdb +checksums md5 33c2d02344d4fab422e80cfb637e0b48 + +post-destroot { + file mkdir ${destroot}/Library/LaunchDaemons/ + file copy ${worksrcpath}/extras/glusterfs-server.plist \ + ${destroot}/Library/LaunchDaemons/com.zresearch.glusterfs.plist + + file mkdir ${destroot}/sbin/ + file copy ${worksrcpath}/xlators/mount/fuse/utils/mount_glusterfs \ + ${destroot}/sbin/ +}
\ No newline at end of file |