chocpkg/pkgdef/libpng.sh
Simon Howard df955bf2b7 Split out chocpkg script into modules.
These modules encapsulate individual pieces of functionality and make
the code far more maintainable. This is a pretty big refactoring but
overall a big win.
2016-02-18 23:12:07 -05:00

7 lines
177 B
Bash

PACKAGE_VERSION=1.6.10
dependencies zlib
check_pkgconfig libpng
fetch_download http://www.chocolate-doom.org/depends/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz
build_autotools