vp-build/srcpkgs/fox/template

41 lines
1.1 KiB
Plaintext

# Template file for 'fox'
pkgname=fox
version=1.6.50
revision=1
build_style=gnu-configure
configure_args="--enable-release --with-xft=yes --with-opengl=yes --with-xim
--with-xshm --with-shape --with-xcursor --with-xrender --with-xrandr
--with-xfixes --with-xinput"
makedepends="zlib-devel bzip2-devel libXcursor-devel libXft-devel libXrandr-devel
libXi-devel libpng-devel tiff-devel glu-devel"
short_desc="Free Objects for X: GUI Toolkit for C++"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.fox-toolkit.org/"
update_ignore="?.[13579].* doc*"
license="LGPL-2.1, MIT"
distfiles="http://ftp.fox-toolkit.org/pub/fox-$version.tar.gz"
checksum=342c751d2a7edab136ad26cb4483329da3c16c7abf2f283f318d666ef12d0887
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
fox-devel_package() {
depends="${makedepends} fox-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin/fox-config
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/doc
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}
fox-utils_package() {
short_desc+=" - included utilities"
pkg_install() {
vmove usr/bin
vmove usr/share
}
}