contrib/fox/Pkgfile

30 lines
716 B
Plaintext
Raw Normal View History

2008-05-13 18:30:29 +02:00
# Description: FOX graphical toolkit.
# URL: http://www.fox-toolkit.org/
# Packager: Johannes, Schick dot Johannes at gmail dot com
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2008-05-13 18:30:29 +02:00
# Depends on: mesa3d libpng libtiff xorg-libxft xorg-libxcursor
name=fox
2008-08-01 17:32:52 +02:00
version=1.6.34
2008-05-13 18:30:29 +02:00
release=1
source=(http://www.$name-toolkit.org/ftp/$name-$version.tar.gz)
build() {
2008-08-01 17:32:52 +02:00
cd $name-$version
./configure \
--prefix=/usr \
--with-shape \
--with-xshm \
--enable-threadsafe \
--enable-release \
--with-opengl \
--with-xcursor \
--with-xft \
--disable-nls
make
make prefix=$PKG/usr install
2008-05-13 18:30:29 +02:00
2008-08-01 17:32:52 +02:00
rm -rf $PKG/usr/share
2008-05-13 18:30:29 +02:00
}