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