Skip to content

Commit

Permalink
Merge pull request #2283 from mariux64/fix-srcurl-libpng12_compat-1.2.49
Browse files Browse the repository at this point in the history
libpng_compat: fix SRCURL
  • Loading branch information
wwwutz authored Sep 13, 2021
2 parents c45a68e + 0d6e022 commit 97fe42f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
25 changes: 0 additions & 25 deletions libpng12_compat-1.2.49-4.bee

This file was deleted.

27 changes: 27 additions & 0 deletions libpng12_compat.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env beesh

# BEE_VERSION libpng12_compat-1.2.49-5

SRCURL[0]="https://beehive.molgen.mpg.de/2e7966a54826a4735f3f52bd8c763c79/libpng-1.2.49.tar.xz"

# PATCHURL[0]="http://downloads.sourceforge.net/project/libpng-apng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}-apng.patch.gz"

PATCHURL+=("https://beehive.molgen.mpg.de/4680cea64051515b2ae0de8522efc44b/libpng-1.2.49-apng.patch.gz")


BEE_BUILDTYPE=configure

mee_configure() {
bee_configure \
--disable-static
}

mee_install_post() {
rm -r ${D}/usr/share
rm ${D}/usr/include/png.h
rm ${D}/usr/include/pngconf.h
rm ${D}/usr/bin/libpng-config
rm ${D}/usr/lib/libpng.so
rm ${D}/usr/lib/pkgconfig/libpng.pc
rm ${D}/usr/lib/libpng.la
}

0 comments on commit 97fe42f

Please sign in to comment.