void-packages/srcpkgs/pcmanfm/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

22 lines
725 B
Bash

# Template file for 'pcmanfm'
pkgname=pcmanfm
version=1.2.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel libfm-devel"
depends="desktop-file-utils"
conf_files="/etc/xdg/pcmanfm/default/pcmanfm.conf"
short_desc="LXDE file manager"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://pcmanfm.sourceforge.net/"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380
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
}