mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
tweak docs, cleanup metadata
This commit is contained in:
parent
b69b162b99
commit
fe9bd84701
@ -42,5 +42,4 @@ addons:
|
|||||||
- clang
|
- clang
|
||||||
- cmake
|
- cmake
|
||||||
- libfuse-dev
|
- libfuse-dev
|
||||||
- libgettextpo-dev
|
|
||||||
|
|
||||||
|
8
AUTHORS
8
AUTHORS
@ -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.
|
|
||||||
|
|
||||||
|
33
Makefile.am
33
Makefile.am
@ -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
|
|
@ -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
8
create-dev-pkg.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
|
make -j4
|
||||||
|
sudo checkinstall --install=no \
|
||||||
|
--pkgname="encfs" \
|
||||||
|
--provides="encfs"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user