#!/usr/bin/env bash
# PORTBUILD generated by manup.mreschke.com on 2013-04-09 01:41:21

# Variables below can NOT reference other variables, manup will not expand them.
# So fileurl="http://manup.mreschke.net/nwq/dynatron-cluster-profile/dynatron-cluster-profile-1.0-29.tar.gz"
# Though all variables can be accessed in the build_* functions.
# The ONLY exception to this rule is the config=(...) array, where $prefix is available

# There are also more bash variables available than you see here.
# The /usr/local/lib/manup/functions.sh is sourced before this file. Check it out.
# There are also a few set by manup, like $prefix, $fakeroot, $is_installed, $installed_ver
# Visit http://manup.mreschke.com for details

# All variables and build_* function must be present, even if empty.
# Since a bash function cannot be empty, just put in some placeholder
# like null=nothing

# Remember that manup comes with auto-destdir (http://www.dwheeler.com/auto-destdir/).
# So you should use 'make-redir DESTDIR=$fakeroot install' instead of just make.

# These files will be overwritten with every 'manup sync' command.

name=dynatron-cluster-profile
ver=1.0
rel=29
fileurl="http://manup.mreschke.net/nwq/dynatron-cluster-profile/dynatron-cluster-profile-1.0-29.tar.gz"
filesize=940
md5sum="3d739eb84a4721efe3ee5da215a79c3b"
dep=(profile-base)
depopt=()
configs=()
desc="Dynatron cluster profile"

port_configure() {
	null=nothing
}
port_build() {
	null=nothing
}
port_fakeroot() {
	#tar cf - . | (cd $fakeroot ; tar -xf -)
	copy_to_fakeroot
}
port_preinstall() {
	null=nothing
}
port_install() {
	#cp -rf $fakeroot/. /
	install_files
}
port_postinstall() {
	null=nothing
}
port_preuninstall() {
	null=nothing
}
port_postuninstall() {
	null=nothing
}
