wok-next diff libmng/receipt @ rev 20992
eduke32: simplify bdeps, fix build for i486
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 04 11:45:29 2018 +0300 (2018-10-04) |
parents | 25deb7c6df08 |
children | f48456621a9d |
line diff
1.1 --- a/libmng/receipt Sat Apr 14 03:34:33 2018 +0300 1.2 +++ b/libmng/receipt Thu Oct 04 11:45:29 2018 +0300 1.3 @@ -3,10 +3,11 @@ 1.4 PACKAGE="libmng" 1.5 VERSION="2.0.3" 1.6 CATEGORY="graphics" 1.7 -SHORT_DESC="Multiple-image Network Graphics (MNG) Reference Library" 1.8 +SHORT_DESC="Multiple-image Network Graphics (MNG) reference library" 1.9 MAINTAINER="allan316@gmail.com" 1.10 LICENSE="zlib/libpng" 1.11 WEB_SITE="http://libmng.com/" 1.12 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libmng.html" 1.13 1.14 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 @@ -22,7 +23,7 @@ 1.17 make && 1.18 make install || return 1 1.19 1.20 - cook_pick_docs doc/libmng.txt 1.21 + cook_pick_docs doc/libmng.txt doc/*.png $stuff/index.html 1.22 } 1.23 1.24 genpkg_rules() {