New package: fox-1.6.49.

This commit is contained in:
Juan RP 2013-08-24 18:37:20 +02:00
parent d879520dc6
commit f68da63a81
4 changed files with 47 additions and 0 deletions

View File

@ -1405,3 +1405,5 @@ libserf-1.so.3 serf-1.3.1_1
libmpdclient.so.2 libmpdclient-0.28_1
libmcrypt.so.4 libmcrypt-2.5.8_1
libgraphite2.so.3 graphite-1.2.3_1
libFOX-1.6.so.0 fox-1.6.49_1
libCHART-1.6.so.0 fox-1.6.49_1

1
srcpkgs/fox-devel Symbolic link
View File

@ -0,0 +1 @@
fox

1
srcpkgs/fox-utils Symbolic link
View File

@ -0,0 +1 @@
fox

43
srcpkgs/fox/template Normal file
View File

@ -0,0 +1,43 @@
# Template file for 'fox'
pkgname=fox
version=1.6.49
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 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/"
license="LGPL-2.1, MIT"
distfiles="http://ftp.fox-toolkit.org/pub/fox-$version.tar.gz"
checksum=3679ecd23064958259fbef5898aabb048d63b2dcb796de1d8801fe0b51e5a90e
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
}
}
fox_package() {
pkg_install() {
vmove usr
}
}