milis/talimatname/genel/s/simple-mtpfs/talimat

23 lines
462 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.

# Tanım: MTP cihazları için yazma/okuma yapabilen fuse dosya sistemi
# URL: https://github.com/phatina/simple-mtpfs/
# Paketçi: milisarge
# Gerekler: libmtp fuse
isim=simple-mtpfs
surum=0.3.0
devir=1
kaynak=(https://github.com/phatina/simple-mtpfs/archive/$isim-$surum.tar.gz)
derle(){
cd $isim-$isim-$surum
if [[ ! -e "./configure" ]]; then
./autogen.sh
./configure --prefix=/usr
else
./config.status
fi
make
make DESTDIR=$PKG install
}