Codebase list ohcount / 85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main test / src_dir / foo.exheres-0
85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main

Tree @85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/main (Download .tar.gz)

foo.exheres-0 @85d5c3b4-c1f3-4d55-a24f-4c231b8d4c21/mainraw · history · blame

# This is an exheres.

require subversion bash-completion eutils flag-o-matic

DESCRIPTION="An exheres"
HOMEPAGE="http://example.org/"
SRC_URI=""

MYOPTIONS="monkey"
LICENSE="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~ia64 ~x86"

DEPENDENCIES=""

src_prepare() {
    default
    ./autogen.bash || die "autogen.bash failed"
}