void-packages/srcpkgs/fluxbox/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

24 lines
1,016 B
Bash

# Template file for 'fluxbox'
pkgname=fluxbox
version=1.3.7
revision=1
build_style=gnu-configure
configure_args="--enable-nls
ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xft_XftFontOpen=yes
ac_cv_lib_Xrender_XRenderCreatePicture=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
ac_cv_lib_Xinerama_XineramaQueryScreens=yes ac_cv_lib_Xext_XShapeCombineShape=yes
ac_cv_lib_Xrandr_XRRQueryExtension=yes ac_cv_lib_fribidi_fribidi_version_info=yes"
hostmakedepends="pkg-config"
makedepends="libSM-devel libXrender-devel libXft-devel libXpm-devel imlib2-devel
libXext-devel libXinerama-devel libXrandr-devel fribidi-devel"
short_desc="Highly configurable and low resource X11 Window manager"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.fluxbox.org"
license="MIT"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=d47a58edba857f3c36bf8430bbd17834693ad0e6aa431d3507039f022af7aee8
post_install() {
vinstall ${FILESDIR}/fluxbox.desktop 644 usr/share/xsessions
vlicense COPYING
}