milis/talimatname/genel/e/encfs/talimat

21 lines
428 B
Plaintext
Raw Normal View History

2017-03-23 12:10:38 +01:00
# Description: Kullanıcı alanındaki şifreli dosya sistemi
2016-02-24 01:27:23 +01:00
# URL: http://www.arg0.net/encfs
2017-01-31 01:37:09 +01:00
# Packager: milisarge
# Depends on: boost fuse rlog
2016-02-24 01:27:23 +01:00
name=encfs
version=1.8.1
release=1
#source=(http://encfs.googlecode.com/files/$name-$version.tgz )
source=(https://github.com/vgough/$name/archive/v$version.tar.gz)
build() {
cd $name-$version
autoreconf -if
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}