# leaf-web/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 \ https://github.com/hasan-psl/Leaf-Web.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] compiler = clang license = See "license*.txt" in installed tree licfile = LICENSE unpack = relaxed setpaths = libsoup3 webkit2gtk3 #--------------------------------------------------------------------- [depends] alsa aspell brotli bzip2 cairo cmake cryptsetup curl dav1d enchant02 eudev expat flite fontconfig freetype2 fribidi graphite2 gstreamer gtkcore jpeg json-glib jsonc lcms2 libaom libavif libbsd libffi libgcrypt libgpg-error libgudev libhyphen libicu libidn2 libjxl libpng libpsl librtmp libsasl libsecret libsoup3 libssh2 libtasn1 libunistring libwebp libxml2 libxslt libyuv lvm2 ncurses nghttp2 openldap openssl openssl3 pcre2 sqlite3 util-linux webkit2gtk3 xorg xzutils zlib zstd #--------------------------------------------------------------------- [configure] mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cd obj && smpmake && make install cp -p LeafWeb $BINDIR/leafweb #--------------------------------------------------------------------- [postbuild] PP=$PKGDIR_PROD BINDIR=$PP/bin ETCDIR=$PP/etc XBINDIR=$PP/xbin mkdir -p $BINDIR $ETCDIR $XBINDIR #--------------------------------------------------------------------- cp -p $PKGDIR_SPECIAL/leafweb-proxychains.conf $ETCDIR/ #--------------------------------------------------------------------- cd $BINDIR mv leafweb $XBINDIR/ cp -p $PKGDIR_SPECIAL/leafweb.wrapper.in leafweb chmod 755 leafweb #--------------------------------------------------------------------- # 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] 260405 Added package 260405 Started with 84f116ac4 ("git" hash)