tweak docs, cleanup metadata

This commit is contained in:
Valient Gough 2016-09-09 14:23:04 +02:00
parent b69b162b99
commit fe9bd84701
No known key found for this signature in database
GPG Key ID: B515DCEB95967051
5 changed files with 12 additions and 45 deletions

View File

@ -42,5 +42,4 @@ addons:
- clang - clang
- cmake - cmake
- libfuse-dev - libfuse-dev
- libgettextpo-dev

View File

@ -1,8 +1,8 @@
Valient Gough <vgough@pobox.com> Primary author: Valient Gough <vgough@pobox.com>
For an up-to-date list of code contributors, see
https://github.com/vgough/encfs/graphs/contributors
Also, thanks to the work of many contributors, encfs as of 1.1.11 now has For translations, see README-NLS and https://translations.launchpad.net/encfs/main/
full or partial translations for many languages.
See README-NLS and TRANSLATORS for more details.

View File

@ -1,33 +0,0 @@
if BUILD_NLS
NLS_DIR = po
endif
SUBDIRS = encfs m4 $(NLS_DIR)
EXTRA_DIST = encfs.spec intl/gettext.h tests README.md
AUTOMAKE_OPTIONS = foreign
MAINTAINERCLEANFILES = aclocal.m4
ACLOCAL_AMFLAGS = -I m4
.PHONY: test
test:
perl -MTest::Harness -e '$$Test::Harness::verbose=0; runtests @ARGV;' tests/*.t.pl
.PHONY: test-verbose
test-verbose:
perl -MTest::Harness -e '$$Test::Harness::verbose=1; runtests @ARGV;' tests/*.t.pl
.PHONY: benchmark
benchmark:
sudo tests/benchmark.pl /var/tmp
.PHONY: benchmark-reverse
benchmark-reverse:
tests/benchmark-reverse.pl /var/tmp
tests/benchmark-reverse.pl /var/tmp --nocache

View File

@ -1,7 +0,0 @@
Many people have contributed translations for EncFS. Thank you for making
EncFS easier for everyone to use!
If you would like to help with translations, please use the online
interface provided by Canonical Ltd (the makers of Ubuntu Linux):
https://translations.launchpad.net/encfs/main/

8
create-dev-pkg.sh Executable file
View File

@ -0,0 +1,8 @@
mkdir build
cd build
cmake ..
make -j4
sudo checkinstall --install=no \
--pkgname="encfs" \
--provides="encfs"