wok-next annotate curlftpfs/receipt @ rev 20875

Fix bastet, cherokee
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 06 12:59:08 2018 +0300 (2018-07-06)
parents 474eb4a6385a
children d5aab818505e
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"
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 &&
pascal@15000 20 make DESTDIR=$DESTDIR 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 }