wok-next annotate curlftpfs/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents 835b3b8ce6ac
children
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"
al@21020 7 MAINTAINER="devel@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"
al@20569 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
erjo@460 13
al@20527 14 BUILD_DEPENDS="fuse2-dev curl-dev glib-dev"
pascal@15000 15
al@20527 16 compile_rules() {
al@20569 17 ./configure $CONFIGURE_ARGS &&
al@20569 18 fix libtool &&
pascal@1514 19 make &&
al@21020 20 make DESTDIR=$install install
erjo@460 21 }
erjo@460 22
al@20527 23 genpkg_rules() {
al@20527 24 copy @std
al@20527 25 DEPENDS="fuse2 curl glib zlib"
erjo@460 26 }