milis/talimatname/genel/s/spacefm/talimat

24 lines
719 B
Plaintext
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.

# Tanım: Çok panelli sekmeli dosya yöneticisi
# URL: http://ignorantguru.github.com/spacefm/
# Paketçi: Maximilian Dietrich, dxm at openmailbox dot org
# Gerekler: gtk2 eudev shared-mime-info desktop-file-utils xorg-libxdamage
name=spacefm
version=1.0.5
release=1
source=(https://github.com/IgnorantGuru/$name/archive/$version.tar.gz
https://github.com/BwackNinja/spacefm/commit/f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch)
derle() {
cd $name-$version
patch -p1 < $SRC/f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--disable-startup-notifications \
--with-gtk2
make
make DESTDIR=$PKG \
install
}