From 41520d2ae8fee5ad97807a42bc93016ac892aaaf Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Wed, 15 Oct 2008 09:19:53 +0200 Subject: fuse/curlftpfs: Update to 0.9.2 --- packages/fuse/curlftpfs_0.9.1.bb | 15 --------------- packages/fuse/curlftpfs_0.9.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 packages/fuse/curlftpfs_0.9.1.bb create mode 100644 packages/fuse/curlftpfs_0.9.2.bb (limited to 'packages') diff --git a/packages/fuse/curlftpfs_0.9.1.bb b/packages/fuse/curlftpfs_0.9.1.bb deleted file mode 100644 index f8703a9527..0000000000 --- a/packages/fuse/curlftpfs_0.9.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "This is a filesystem client based on the FTP File Transfer Protocol using FUSE." -AUTHOR = "Robson Braga Araujo - " -HOMEPAGE = "http://curlftpfs.sourceforge.net/" -SECTION = "console/network" -PRIORITY = "optional" -LICENSE = "GPLv2" -DEPENDS = "glib-2.0 fuse curl" -RDEPENDS += " libcurl " -PR = "r0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/curlftpfs/${P}.tar.gz" - -S = "${WORKDIR}/${P}" - -inherit autotools diff --git a/packages/fuse/curlftpfs_0.9.2.bb b/packages/fuse/curlftpfs_0.9.2.bb new file mode 100644 index 0000000000..f8703a9527 --- /dev/null +++ b/packages/fuse/curlftpfs_0.9.2.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "This is a filesystem client based on the FTP File Transfer Protocol using FUSE." +AUTHOR = "Robson Braga Araujo - " +HOMEPAGE = "http://curlftpfs.sourceforge.net/" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "GPLv2" +DEPENDS = "glib-2.0 fuse curl" +RDEPENDS += " libcurl " +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/curlftpfs/${P}.tar.gz" + +S = "${WORKDIR}/${P}" + +inherit autotools -- cgit v1.2.3