Skip to content
Permalink
077d6ef2a4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit ed51730 Feb 10, 2020 History
- fixed SRCURL
- clean cleanup
3 contributors

Users who have contributed to this file

@wwwutz @david @thomas
executable file 26 lines (20 sloc) 843 Bytes
#!/usr/bin/env beesh
# BEE_VERSION libpng15_compat-1.5.30-2
#SRCURL[0]="https://downloads.sourceforge.net/project/libpng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/ca445bf2a03794921054677d710b51ca/libpng-1.5.30.tar.xz"
#PATCHURL[0]="https://downloads.sourceforge.net/project/libpng-apng/${PKGNAME}/${PKGVERSION}/libpng-${PKGVERSION}-apng.patch.gz"
PATCHURL[0]="https://beehive.molgen.mpg.de/39d487cafeb736e7882fd534d2a6464e/libpng-1.5.30-apng.patch.gz"
BEE_BUILDTYPE=configure
mee_configure() {
bee_configure \
--disable-static
}
mee_install_post() {
rm -vfr ${D}${INCLUDEDIR}
rm -vfr ${D}${MANDIR}
rm -vf ${D}/usr/lib/libpng.so
rm -vf ${D}/usr/lib/libpng.la
rmdir -v ${D}/usr/share
rm -vfr ${D}/usr/bin
rm -vfr ${D}/usr/lib/pkgconfig
}