2011-02-20 12:50:07 +00:00
|
|
|
# Template file for 'fluxbox'
|
|
|
|
pkgname=fluxbox
|
2014-01-29 10:19:52 +00:00
|
|
|
version=1.3.5
|
2012-08-08 17:13:40 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-01-29 10:19:52 +00:00
|
|
|
configure_args="--enable-randr --enable-nls
|
|
|
|
--with-pkg-exec-prefix=/usr --with-imlib2-prefix=${XBPS_CROSS_BASE}/usr
|
|
|
|
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
|
2014-02-04 16:27:02 +00:00
|
|
|
ac_cv_lib_Xrandr_XRRQueryExtension=yes ac_cv_lib_fribidi_fribidi_version_info=yes"
|
2014-01-01 15:10:11 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2014-01-29 10:40:40 +00:00
|
|
|
makedepends="libSM-devel libXrender-devel libXft-devel libXpm-devel imlib2-devel>=1.4.6_2
|
2014-01-01 15:10:11 +00:00
|
|
|
libXext-devel libXinerama-devel libXrandr-devel fribidi-devel"
|
2013-01-01 10:47:32 +00:00
|
|
|
short_desc="Highly configurable and low resource X11 Window manager"
|
2011-02-20 12:50:07 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-02 22:59:38 +00:00
|
|
|
homepage="http://www.fluxbox.org"
|
|
|
|
license="MIT"
|
2013-01-01 10:47:32 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
2014-01-29 10:19:52 +00:00
|
|
|
checksum=164dd7bf59791d09a1e729a4fcd5e7347a1004ba675629860a5cf1a271c32983
|
2011-02-20 12:50:07 +00:00
|
|
|
|
2012-08-08 17:13:40 +00:00
|
|
|
post_install() {
|
2011-07-02 22:59:38 +00:00
|
|
|
vinstall ${FILESDIR}/fluxbox.desktop 644 usr/share/xsessions
|
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
2011-02-20 12:50:07 +00:00
|
|
|
}
|