summaryrefslogtreecommitdiff
path: root/manualPorts/fox/Pkgfile
blob: e6396aa137063316398d84281a801a4fca8c0312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description:	FOX Toolkit, a nice GUI C++ toolkit
# URL:		http://www.fox-toolkit.org/
# Maintainer:   Erich Eckner, crux at eckner dot net
# Packager:	Ivan Rodionov, jean at mosk ru
# Depends on:	mesa3d libpng libtiff xorg-libxft xorg-libxcursor

name=fox
version=1.6.57
release=1
source=(ftp://ftp.$name-toolkit.org/pub/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure \
		--prefix=/usr \
		--mandir=$PKG/usr/share/man \
		--enable-release \
		--with-xft=yes \
		--enable-cups \
		--with-opengl=yes
	make
	make prefix=$PKG/usr install
}