vp-build/srcpkgs/pcmanfm/template

22 lines
732 B
Bash

# Template file for 'pcmanfm'
pkgname=pcmanfm
version=1.2.5
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel libfm-gtk-devel"
depends="desktop-file-utils"
conf_files="/etc/xdg/pcmanfm/default/pcmanfm.conf"
short_desc="LXDE file manager"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://pcmanfm.sourceforge.net/"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=0c86cac028b705ff314c7464d814c2cf7ff604c17491c20aa204b1ef1a80ad67
post_install() {
vmkdir usr/share/lxde/pcmanfm
ln -sf /etc/xdg/pcmanfm/default/pcmanfm.conf ${DESTDIR}/usr/share/lxde/pcmanfm/pcmanfm.conf
ln -sf /usr/lib/libfm/modules ${DESTDIR}/usr/lib/pcmanfm
}