Half of the ports had a manual post_install step to delete libtool files this is now done automatically and there is no need for it! Libtool files have to be deleted as libtool doesn't work while cross-compiling (at least out of the box)
8 lines
249 B
Bash
Executable File
8 lines
249 B
Bash
Executable File
#!/bin/bash ../install.sh
|
|
|
|
NAME='libpng'
|
|
VERSION='1.6.48'
|
|
DOWNLOAD_URL="https://download.sourceforge.net/libpng/libpng-$VERSION.tar.gz#68f3d83a79d81dfcb0a439d62b411aa257bb4973d7c67cd1ff8bdf8d011538cd"
|
|
DEPENDENCIES=('zlib')
|
|
CONFIG_SUB=('config.sub')
|