milis/talimatname/genel/encfs/talimat

21 lines
428 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Kullanıcı alanındaki şifreli dosya sistemi
# URL: http://www.arg0.net/encfs
# Packager: milisarge
# Depends on: boost fuse rlog
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
}