From bf32923b82c80b099cfd0abb3db5f75597b0c6b9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 30 Aug 2014 18:03:11 +0200 Subject: [PATCH] agar: removed; has been broken for a long time and seems to be dead upstream. --- srcpkgs/agar-devel | 1 - srcpkgs/agar/template | 48 ------------------------------------------- 2 files changed, 49 deletions(-) delete mode 120000 srcpkgs/agar-devel delete mode 100644 srcpkgs/agar/template diff --git a/srcpkgs/agar-devel b/srcpkgs/agar-devel deleted file mode 120000 index c037b2e79b..0000000000 --- a/srcpkgs/agar-devel +++ /dev/null @@ -1 +0,0 @@ -agar \ No newline at end of file diff --git a/srcpkgs/agar/template b/srcpkgs/agar/template deleted file mode 100644 index ae3628d83a..0000000000 --- a/srcpkgs/agar/template +++ /dev/null @@ -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 " -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 - } -}