19 lines
473 B
Plaintext
Executable File
19 lines
473 B
Plaintext
Executable File
# Tanım: Son derece hızlı, hafif, sekmeli tarama özellikli zengin dosya yöneticisi
|
||
# URL: http://pcmanfm.sourceforge.net/
|
||
# Paketçi: milisarge
|
||
# Gerekler: libfm lxde-menu-data libexif
|
||
# Grup:
|
||
|
||
isim=pcmanfm
|
||
surum=1.3.0
|
||
devir=1
|
||
|
||
kaynak=(http://downloads.sourceforge.net/${isim}/${isim}-$surum.tar.xz)
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr --sysconfdir=/etc
|
||
make
|
||
make DESTDIR=$PKG install
|
||
sed -i 's/System;//' $PKG/usr/share/applications/pcmanfm.desktop
|
||
}
|