Skip to content

Commit

Permalink
Use opamconfig in faad.0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Jun 16, 2016
1 parent 09d7261 commit 2c8f1fd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/faad/faad.0.3.3/opam
Expand Up @@ -3,15 +3,17 @@ maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-faad"
build: [
["./configure" "--prefix" prefix] { os != "darwin" }
["./configure" "CFLAGS=-I/usr/local/include" "LDFLAGS=-L/usr/local/lib" "OCAMLFLAGS=-ccopt -I/usr/local/include -cclib -L/usr/local/lib" "--prefix" prefix] { os = "darwin" }
["./configure" "--prefix" prefix opamconfig:cflags opamconfig:ldflags opamconfig:ocamlflags]
[make]
]
install: [
[make "install"]
]
remove: ["ocamlfind" "remove" "faad"]
depends: ["ocamlfind"]
depends: [
"ocamlfind"
"opamconfig"
]
depexts: [
[["debian"] ["libfaad-dev"]]
[["ubuntu"] ["libfaad-dev"]]
Expand Down

0 comments on commit 2c8f1fd

Please sign in to comment.