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