diff options
author | Guillermo Ramos | 2012-08-24 21:34:12 +0000 |
---|---|---|
committer | Guillermo Ramos | 2012-08-24 22:05:13 +0000 |
commit | 5bf54014bd05ad78fcefb1607ae0d02062a1d9d5 (patch) | |
tree | 08d551d9c01d50f7e994d850ed7699e5ab6a8871 /packages/dev-lang/clojure/clojure-1.4.0.exheres-0 | |
parent | ed18beb9fe4c36b20955c6924a47f6a88bef3009 (diff) | |
download | exheres-5bf54014bd05ad78fcefb1607ae0d02062a1d9d5.tar.gz |
Modified some exheres (style)
Diffstat (limited to 'packages/dev-lang/clojure/clojure-1.4.0.exheres-0')
-rw-r--r-- | packages/dev-lang/clojure/clojure-1.4.0.exheres-0 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/dev-lang/clojure/clojure-1.4.0.exheres-0 b/packages/dev-lang/clojure/clojure-1.4.0.exheres-0 index 22e5cea..14f1159 100644 --- a/packages/dev-lang/clojure/clojure-1.4.0.exheres-0 +++ b/packages/dev-lang/clojure/clojure-1.4.0.exheres-0 @@ -12,6 +12,7 @@ DOWNLOADS="https://github.com/clojure/clojure/tarball/${PNV} -> ${PNV}.tar.gz" LICENCES="EPL-1.0" PLATFORMS="amd64 x86" SLOT="1.4" +MYOPTIONS="" DEPENDENCIES=" build: @@ -20,15 +21,12 @@ DEPENDENCIES=" virtual/jre[>=1.5] " - -SHORT_PNV=${PN}-${SLOT} - WORK=${WORKBASE}/clojure-clojure-8306949 +SHORT_PNV=${PN}-${SLOT} ANT_SRC_COMPILE_PARAMS=( jar ) ANT_SRC_TEST_PARAMS=( test ) - src_prepare() { :; } src_install() { |