Libraries/libpng: added
This commit is contained in:
15
Libraries/libpng/build
Executable file
15
Libraries/libpng/build
Executable 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"
|
||||
|
||||
1
Libraries/libpng/files/variants
Normal file
1
Libraries/libpng/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
libpng/1.6.34 unstable
|
||||
13
Libraries/libpng/modulefile
Normal file
13
Libraries/libpng/modulefile
Normal 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.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user