then I disown this package, because it is not working again :(
Search Criteria
Package Details: lessfs 1.7.0-1
Package Actions
| Package Base: | lessfs |
|---|---|
| Description: | High performance inline data deduplicating file system for FUSE |
| Upstream URL: | http://www.lessfs.com/ |
| Category: | system |
| Licenses: | |
| Submitter: | Tomato |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 15 |
| First Submitted: | 2010-03-03 15:28 |
| Last Updated: | 2013-12-14 12:37 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Comment by mindcat
Comment by mindcat
I am lazy, so I just update this package now.
Comment by mindcat
I am going try to maintain this package now.
Comment by Tomato
sorry, I don't work with lessfs any more so I'm orphaning the package
if the new maintainer has any questions about packaging, I'm willing to help, but I won't be maintaining the package, sorry
Comment by mindcat
Please update lessfs to 1.5.13
Comment by mindcat
Where is mklessfs and lessfsck!? how to use lessfs!?
Comment by gwpl
Tip: Before installing it's good to install : snappy [1] and hamsterdb [2] , thanks to that your lessfs will be compiled with buildin support for them. (Snappy is really interesting as Google's compression amazingly fast)
[1] snappy https://aur.archlinux.org/packages.php?ID=47673
[2] hamsterdb https://aur.archlinux.org/packages.php?ID=17218
P.S. It seems that hamsterdb is outdated in aur, so in case of failure, remove it and try with just snappy.
Comment by dzaragoza
Hello
Current stable version is 1.5.7 and adds support for Googles snappy compression. 1.6.0 beta is also available.
Regards.
Anonymous comment
1.5.0 is out.
Comment by Tomato
made db and hamsterdb optional dependencies, if makepkg detects that those packages are installed it will automatically add switches to ./configure script
Comment by raw
not sure if bdb should be a optional dependency; many packages require db anyway (perl, postfix, python, ruby, samba, pam, heimdal,...)
Comment by raw
updated pkgbuild for 1.4.2 with lzo and berkeleydb-support. please update.
# Maintainer: Hubert Kario <kario@wit.edu.pl>
pkgname=lessfs
pkgver=1.4.2
pkgrel=1
pkgdesc="High performance inline data deduplicating file system for FUSE"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.lessfs.com/"
makedepends=('lzo2' 'gcc' 'make' 'fuse' 'tokyocabinet' 'mhash' 'openssl' 'db')
depends=('lzo2' 'tokyocabinet' 'mhash' 'openssl' 'db')
optdepends=('hamsterdb: alternative database to tokyo cabinet or bdb')
#conflicts=("$_pkgname")
#provides=("$_pkgname=$pkgver")
source=(http://sourceforge.net/projects/lessfs/files/lessfs/lessfs-$pkgver/lessfs-$pkgver.tar.gz/download)
sha1sums=('bc744d347a58ae8705cc2c1c27cc658c1885fd62')
build() {
cd "$pkgname-$pkgver"
./configure --with-lzo --with-crypto --with-berkeleydb --prefix=/usr || return 1
make || return 1
make prefix="$pkgdir/usr" install || return 1
mkdir -p "$pkgdir/etc/lessfs"
install -m 644 -D etc/lessfs.cfg-hamsterdb $pkgdir/etc/lessfs/sample.cfg-hamsterdb
install -m 644 -D etc/lessfs.cfg-tokyocabinet $pkgdir/etc/lessfs/sample.cfg-tokyocabinet
install -m 644 -D etc/lessfs.cfg-bdb.cfg $pkgdir/etc/lessfs/sample.cfg-bdb
install -m 644 -D etc/lessfs.cfg $pkgdir/etc/lessfs/sample.cfg
mkdir -p "$pkgdir/usr/share/doc/lessfs"
install -m 644 -D FAQ DB_CONFIG RELEASE_NOTES_1.4.0 README README.berkeleydb README.hashes README.replication README.file_io README.crypto README.performance_or_suffer ChangeLog "$pkgdir/usr/share/doc/lessfs"
}
Comment by Tomato
Yeah, it should. I just wanted to put the new version quickly, will have to fix it.
Comment by jose1711
hamsterdb should now become optdependency
Comment by Tomato
updated to 1.0.8
Comment by Tomato
bugfix release