wok-next view mountlo/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 8e1b2a143eb3
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mountlo"
4 VERSION="0.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Loopback filesystem mount implemented with FUSE"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/libfuse"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/fuse/$TARBALL"
13 EXTRA_SOURCE_FILES="$PACKAGE-i386-$VERSION.tar.gz"
15 compile_rules() {
16 [ -f $SRC/$PACKAGE-i386-$VERSION.tar.gz ] ||
17 wget $SF_MIRROR/fuse/$PACKAGE-i386-$VERSION.tar.gz \
18 -P $SRC
19 if [ ! -f mountlo-$VERSION/mountlo ]; then
20 tar xzf $SRC/$PACKAGE-i386-$VERSION.tar.gz
21 fi
23 install -Dm755 mountlo-$VERSION/mountlo $install/usr/bin/mountlo
24 }
26 genpkg_rules() {
27 copy @std
28 TAGS="filesystem"
29 }