wok diff curlftpfs/receipt @ rev 6687
Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 12 21:49:16 2010 +0000 (2010-10-12) |
parents | 35f9b82e7363 |
children | 380ffe05937a |
line diff
1.1 --- a/curlftpfs/receipt Sun May 10 09:27:28 2009 +0200 1.2 +++ b/curlftpfs/receipt Tue Oct 12 21:49:16 2010 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Using FUSE to access FTP servers." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="fuse curl glib zlib libiconv" 1.8 +DEPENDS="fuse curl glib zlib" 1.9 BUILD_DEPENDS="fuse fuse-dev curl curl-dev glib-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://curlftpfs.sourceforge.net/" 1.12 @@ -25,6 +25,4 @@ 1.13 { 1.14 mkdir -p $fs/usr 1.15 cp -a $_pkg/usr/bin $fs/usr 1.16 - strip -s $fs/usr/bin/* 1.17 } 1.18 -