# Description: Fast and lightweight file manager. # URL: http://pcmanfm.sourceforge.net/ # Maintainer: ax, ax at slackware dot eu # Packager: ax, ax at slackware dot eu # Depends on: desktop-file-utils libfm # Optional: gvfs udisks xarchiver name=pcmanfm version=1.3.1 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 }