milis/talimatname/genel/curlftpfs/talimat

19 lines
385 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: A FTP dosya sistemi.curl ve fuse tabanlı.
# URL: http://curlftpfs.sourceforge.net/
# Packager: milisarge
# Depends on: fuse glib
name=curlftpfs
version=0.9.2
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}