agar: update to 1.4.0.
This commit is contained in:
parent
3a08e82d67
commit
8aa053558a
2 changed files with 9 additions and 12 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run freetype-devel
|
||||
Add_dependency run jpeg-devel
|
||||
Add_dependency run MesaLib-devel
|
||||
|
@ -15,10 +13,8 @@ Add_dependency run agar
|
|||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
||||
mv ${SRCPKGDESTDIR}/usr/{bin,include} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/share/{aclocal,man} ${DESTDIR}/usr/share
|
||||
}
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'agar'
|
||||
pkgname=agar
|
||||
version=1.3.4
|
||||
revision=1
|
||||
version=1.4.0
|
||||
distfiles="${SOURCEFORGE_SITE}/agar/agar-$version.tar.gz"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --without-db4 --enable-nls --with-gl
|
||||
--with-gettext --enable-threads --with-sdl --with-jpeg --with-freetype"
|
||||
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"
|
||||
short_desc="Modern open-source, cross-platform toolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=fe04c4ad1e75763b084e1cf657ee4949e29c4f852dfde3d398a9f0ff4e9f8cf7
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue