Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added package for ImageMagick, fix #44 #65

Merged
merged 1 commit into from
Sep 21, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/imagemagick.0.33/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bindings for ImageMagick
9 changes: 9 additions & 0 deletions packages/imagemagick.0.33/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
opam-version: "1"
maintainer: "[email protected]"
build: [
["make"]
["make" "install"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how does it know in which path it has to install the package ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok it seems to be using default ocamlfind directory, so it should work fine. Not sure about the non-standrad installation of the C stub, though ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On 21/09/2012 16:19, Thomas Gazagnaire wrote:

how does it know in which path it has to install the package ?

Through ocamlfind printconf destdir (see the Makefile). I find that
quite clever :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok it seems to be using default ocamlfind directory, so it should work
fine. Not sure about the non-standrad installation of the C stub, though ...

It’s put on the same directory

]
remove: [
["make" "uninstall"]
]
2 changes: 2 additions & 0 deletions packages/imagemagick.0.33/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/besport/ocaml-imagemagick/tarball/0.33"
checksum: "3ba64daac34acb3c38ec78cef09bb122"