agar: removed; has been broken for a long time and seems to be dead upstream.
This commit is contained in:
parent
a6eae633a8
commit
bf32923b82
2 changed files with 0 additions and 49 deletions
|
@ -1 +0,0 @@
|
|||
agar
|
|
@ -1,48 +0,0 @@
|
|||
# Template file for 'agar'
|
||||
pkgname=agar
|
||||
version=1.4.0
|
||||
revision=4
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --without-db4 --enable-nls
|
||||
--with-gettext --enable-threads --with-sdl --with-jpeg --with-freetype
|
||||
--with-manpages --with-manlinks --with-glx --with-gl"
|
||||
make_build_target="depend all"
|
||||
hostmakedepends="perl groff"
|
||||
makedepends="freetype-devel libjpeg-turbo-devel MesaLib-devel SDL-devel"
|
||||
short_desc="Modern open-source, cross-platform toolkit"
|
||||
homepage="http://libagar.org/"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${SOURCEFORGE_SITE}/agar/agar-$version.tar.gz"
|
||||
checksum=6af24c3ffecdddc04f28f707065f6fa66c5a8f83062faf62563db09eec1842c4
|
||||
long_desc="
|
||||
Agar is a modern open-source, cross-platform toolkit for graphical
|
||||
applications implemented in C, C++, Perl and Ada (with bindings to other
|
||||
languages in development). Designed for ease of integration, it follows
|
||||
the philosophy of building the GUI around the application and not the other
|
||||
way around. Unlike most other GUI toolkits, Agar takes maximum advantage of
|
||||
hardware graphics acceleration when it is available via OpenGL, but it also
|
||||
supports traditional framebuffer interfaces such as SDL direct video. The
|
||||
Agar API is entirely thread-safe when Agar is compiled with optional threads
|
||||
support."
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
pre_install() {
|
||||
# Pre-create the dirs, otherwise install will fail!
|
||||
for d in bin lib share/man/man3 share/man/man5 share/man/man8; do
|
||||
vmkdir usr/${d}
|
||||
done
|
||||
}
|
||||
|
||||
agar-devel_package() {
|
||||
depends="agar>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/share/man
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue