contrib/fox/Pkgfile
Bartlomiej Palmowski cb693447fb fox: new port
2008-05-13 18:30:29 +02:00

30 lines
639 B
Plaintext

# Description: FOX graphical toolkit.
# URL: http://www.fox-toolkit.org/
# Packager: Johannes, Schick dot Johannes at gmail dot com
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: mesa3d libpng libtiff xorg-libxft xorg-libxcursor
name=fox
version=1.6.33
release=1
source=(http://www.$name-toolkit.org/ftp/$name-$version.tar.gz)
build() {
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
rm -rf $PKG/usr/share
}