Skip to content

Commit

Permalink
imagemagick6_compat: Add version 6.9.12p44
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Aug 22, 2023
1 parent df39d61 commit 28412f5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions imagemagick6_compat.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION imagemagick6_compat-6.9.12p44-0

mee_install() {
cd ${D}
tar xvpf /src/mariux/beeroot/packages/imagemagick-6.9.12p44-0.x86_64.bee.tar.bz2 \
/usr/lib/libMagick++-6.Q16.so.9 \
/usr/lib/libMagick++-6.Q16.so.9.0.0 \
\
/usr/lib/libMagickCore-6.Q16.so.7 \
/usr/lib/libMagickCore-6.Q16.so.7.0.0 \
\
/usr/lib/libMagickWand-6.Q16.so.7 \
/usr/lib/libMagickWand-6.Q16.so.7.0.0
}

0 comments on commit 28412f5

Please sign in to comment.