Libraries/libpng: added

This commit is contained in:
2019-01-17 12:32:31 +01:00
parent 7f5a563716
commit bfb8275b9a
3 changed files with 29 additions and 0 deletions

15
Libraries/libpng/build Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env modbuild
V_XY=${V_MAJOR}${V_MINOR}
pbuild::set_download_url "ftp://ftp-osl.osuosl.org/pub/$P/src/$P${V_XY}/$P-${V_PKG}.tar.xz"
pbuild::add_to_group 'Libraries'
pbuild::install_docfiles 'ANNOUNCE'
pbuild::install_docfiles 'CHANGES'
pbuild::install_docfiles 'LICENSE'
pbuild::install_docfiles 'README'
pbuild::install_docfiles 'TODO'
pbuild::add_configure_args "--disable-shared"
pbuild::add_configure_args "--with-pic"

View File

@@ -0,0 +1 @@
libpng/1.6.34 unstable

View File

@@ -0,0 +1,13 @@
#%Module1.0
module-whatis "PNG reference library"
module-url "http://www.libpng.org/pub/png/libpng.html"
module-license "Open source"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
libpng is the official PNG reference library. It supports almost all
PNG features, is extensible, and has been extensively tested for over
23 years.
"