# openmpt/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following procedure was used: ocgitfetch --run \ --checkout=libopenmpt-0.6.9 \ https://github.com/OpenMPT/openmpt.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = LICENSE tmpsize = 277M unpack = relaxed setpaths = alsa openmpt portaudio19 #--------------------------------------------------------------------- [depends] alsa db flac jackone libbsd libogg libsamplerate libsndfile libvorbis mpg123 ncurses opus portaudio19 pulseaudio sdl tcp-wrappers xorg zlib #--------------------------------------------------------------------- [build] PREFIX=$PKGDIR_PROD smpmake PREFIX=$PKGDIR_PROD make install cd $PKGDIR_PROD rm -fr doc man mv share/{doc,man} . rmdir share || true 2> /dev/null cd $PKGDIR_PROD/bin ln -nsf openmpt{123,} #--------------------------------------------------------------------- # 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] 230308 Added package. Started with c47023953 (same as 0.6.9).