# mtpfs/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/cjd/mtpfs.git

#---------------------------------------------------------------------

[buildtimes]

#---------------------------------------------------------------------

[settings]
build    = default
exepack  = yes
license  = See "license*.txt" in installed tree
licfile  = COPYING

dontfind = fuse310 fuse316
setpaths = fuse209
tmpsize  = 2M

#---------------------------------------------------------------------

[depends]
actools
fuse209
fuse310
fuse316
gawk
grep
libmtp
libusb
sed

#---------------------------------------------------------------------

[configure]
MANBASE=$PKGDIR_PROD/man
mkdir -p $MANBASE

autoreconf -fi

bash ./configure \
    --prefix=$PKGDIR_PROD          \
    --build=$LACARCHBUILD          \
    --host=$LACARCHHOST            \
    --disable-dependency-tracking  \
    --enable-shared=yes            \
    --enable-static=no             \
    --mandir=$MANBASE

#---------------------------------------------------------------------

# 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  = n/a
url_home    = tbd
url_lfs     = n/a
url_tarball = git               # See "technotes" in "cfg" file

#---------------------------------------------------------------------

[history]
210323 Added package. Started with fd3864dd6 ("git" hash).
210914 Updated to d228a21b0
240803 Updated to 2bd9b5a33