# libbpg/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run libbpg https://github.com/def-/libbpg.git #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.47 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 000.97 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = README uscheck = C210906, git-R150123, stopped setpaths = sdl tmpsize = 47M #--------------------------------------------------------------------- [depends] actools aalib alsa gawk grep jpeg libbsd libgpm libpng libwebp sdl sed xorg xzutils zlib #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib mkdir -p $BINDIR $INCDIR $LIBDIR smpmake cp -p bpgenc bpgdec bpgview $BINDIR/ cp -p libbpg.h $INCDIR/ cp -p libbpg.so $LIBDIR/ cd $LIBDIR/ mv libbpg.so{,.1} ln -s libbpg.so{.1,} #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 180716 Added package. Started with 6253393fd ("git" hash).