wok-next annotate curlftpfs/receipt @ rev 20527

Change virtual "fuse" to real "fuse2"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 24 11:07:24 2018 +0200 (2018-03-24)
parents 380ffe05937a
children 835b3b8ce6ac
rev   line source
al@20527 1 # SliTaz package receipt v2.
erjo@460 2
erjo@460 3 PACKAGE="curlftpfs"
erjo@2956 4 VERSION="0.9.2"
erjo@460 5 CATEGORY="system-tools"
al@20527 6 SHORT_DESC="Using FUSE to access FTP servers"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20527 9 WEB_SITE="http://curlftpfs.sourceforge.net/"
al@20527 10
erjo@460 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@460 12 WGET_URL="http://downloads.sourceforge.net/curlftpfs/$TARBALL"
erjo@460 13
al@20527 14 BUILD_DEPENDS="fuse2-dev curl-dev glib-dev"
pascal@15000 15
al@20527 16 compile_rules() {
al@20527 17 ./configure \
al@20527 18 --prefix=/usr \
al@20527 19 $CONFIGURE_ARGS &&
pascal@1514 20 make &&
pascal@15000 21 make DESTDIR=$DESTDIR install
erjo@460 22 }
erjo@460 23
al@20527 24 genpkg_rules() {
al@20527 25 copy @std
al@20527 26 DEPENDS="fuse2 curl glib zlib"
erjo@460 27 }