23 lines
462 B
Plaintext
23 lines
462 B
Plaintext
|
# 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
|
|||
|
}
|