Skip to content

Commit

Permalink
libpng16: Add version 1.6.34
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed May 2, 2018
1 parent a074764 commit d53ef08
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions libpng16.be0
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,17 @@ mee_configure() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
if [ "${PKGNAME}" != "compat" ]; then
return
fi

start_cmd rm -f ${D}${BINDIR}/libpng-config
start_cmd rm -f ${D}${INCLUDEDIR}/png.h
start_cmd rm -f ${D}${INCLUDEDIR}/pngconf.h
start_cmd rm -f ${D}${INCLUDEDIR}/pnglibconf.h
start_cmd rm -f ${D}${LIBDIR}/libpng.so
start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libpng.pc
start_cmd rm -fr ${D}${MANDIR
}

0 comments on commit d53ef08

Please sign in to comment.