contrib/spacefm/Pkgfile

23 lines
608 B
Plaintext
Raw Normal View History

2013-10-24 07:39:47 +02:00
# Description: Multi-panel tabbed file manager
# URL: http://ignorantguru.github.com/spacefm/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: gtk udev shared-mime-info desktop-file-utils xorg-libxdamage
name=spacefm
2014-04-18 14:38:20 +02:00
version=0.9.4
2013-10-24 07:39:47 +02:00
release=1
source=(https://github.com/IgnorantGuru/$name/archive/$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--disable-startup-notifications \
--with-gtk2
make
make DESTDIR=$PKG \
install
rm -rf $PKG/usr/share/{locale,doc}
}