milis/talimatname/genel/pcmanfm/talimat

18 lines
492 B
Plaintext
Executable File
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.

# Description: Son derece hızlı, hafif, sekmeli tarama özellikli zengin dosya yöneticisi içerir.
# URL: http://pcmanfm.sourceforge.net/
# Packager: milisarge@gmail.com
# Depends on: libfm lxde-menu-data
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
}