projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Testsuite for factor programming language
[ohcount]
/
test
/
src_dir
/
foo.exheres-0
1
# This is an exheres.
2
3
require subversion bash-completion eutils flag-o-matic
4
5
DESCRIPTION="An exheres"
6
HOMEPAGE="http://example.org/"
7
SRC_URI=""
8
9
MYOPTIONS="monkey"
10
LICENSE="GPL-2"
11
SLOT="0"
12
PLATFORMS="~amd64 ~ia64 ~x86"
13
14
DEPENDENCIES=""
15
16
src_prepare() {
17
default
18
./autogen.bash || die "autogen.bash failed"
19
}
20