milis/talimatname/genel/p/pcmanfm/talimat

18 lines
485 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Son derece hızlı, hafif, sekmeli tarama özellikli zengin dosya yöneticisi içerir.
2016-03-18 19:29:22 +01:00
# URL: http://pcmanfm.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge@gmail.com
# Gerekler: libfm lxde-menu-data
2016-03-18 19:29:22 +01:00
name=pcmanfm
version=1.2.4
release=1
source=(http://downloads.sourceforge.net/${name}/${name}-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
sed -i 's/System;//' $PKG/usr/share/applications/pcmanfm.desktop
}