File tree Expand file tree Collapse file tree 4 files changed +34
-2
lines changed
Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 5858 ( = :version ) )
5959 ( tsdl
6060 ( >= 1 ) )
61- ( osx-cf
61+ ( osx-fsevents
6262 ( = :os macos) )
6363 ( conf-pkg-config :build ) ) )
6464
Original file line number Diff line number Diff line change 1+ (version 1.3.0)
2+
3+ (install
4+ (progn
5+ (run %{make} install LIBDIR=%{pkg-self:lib} DOCDIR=%{pkg-self:doc})
6+ (run %{make} install-doc LIBDIR=%{pkg-self:lib} DOCDIR=%{pkg-self:doc})))
7+
8+ (build
9+ (run %{make} all PREFIX=%{prefix}))
10+
11+ (depends ocaml)
12+
13+ (source
14+ (fetch
15+ (url https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
16+ (checksum
17+ sha512=4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283)))
Original file line number Diff line number Diff line change 11(lang package 0.1)
22
3- (dependency_hash 583e917b51fb2631a10bdd322187e436 )
3+ (dependency_hash 65fc02995de3bdaa0333be2c42d299ce )
44
55(ocaml ocaml-base-compiler)
66
Original file line number Diff line number Diff line change 1+ (version 0.2.0)
2+
3+ (install
4+ (run %{make} install))
5+
6+ (build
7+ (run %{make} build))
8+
9+ (depends ocaml ocamlfind ctypes osx-cf cmdliner)
10+
11+ (source
12+ (fetch
13+ (url https://github.com/dsheets/ocaml-osx-fsevents/archive/0.2.0.tar.gz)
14+ (checksum
15+ sha256=a80d2ee873b1660a0c6f2cb1b4b21d34e80aeee3b7bc3395509ab1dc1e0e3de2)))
You can’t perform that action at this time.
0 commit comments