# Depends on: glib,intltool,perl-xml-parser

url="http://pcmanfm.sourceforge.net/"
maintainer="git.lxde.org/gitweb/?p=debian/libfm.git;a=summary"
packager="geantbrun at gmail dot com, tnut at nutyx dot org"
description="contains a library and other files required by menu-cache-gen libexec of menu-cache"
name=libfm-extra
_name=libfm
version=1.2.5
release=1
source=(http://downloads.sourceforge.net/pcmanfm/${_name}-$version.tar.xz)

build() {
cd ${_name}-$version
./configure --prefix=/usr     \
            --sysconfdir=/etc \
            --with-extra-only \
            --with-gtk=no     \
            --disable-static
make 
make DESTDIR=$PKG install
}
