milis/talimatname/genel/pcmanfm/talimat

18 lines
492 B
Plaintext
Raw Normal View History

2017-04-07 10:25:33 +02:00
# Description: 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/
# Packager: milisarge@gmail.com
2017-04-07 10:25:33 +02:00
# Depends on: 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
}