libgee: update to 0.6.2.1.

This commit is contained in:
Juan RP 2011-09-29 11:57:52 +02:00
parent 2657cc9e91
commit d9381c1754
2 changed files with 5 additions and 6 deletions

View file

@ -10,7 +10,6 @@ Add_dependency run libgee
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -1,11 +1,11 @@
# Template file for 'libgee'
pkgname=libgee
version=0.6.1
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2"
version=0.6.2.1
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
build_style=gnu_configure
short_desc="GObject collection library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e6220f321b53f7732e0b45db7b8f29088cf4892e798b9b9a02bed16938030121
checksum=478f7daebe8369ad72bf83431d953db772af6865ff3aa21bf75bf6730f561389
long_desc="
Libgee is a collection library providing GObject-based interfaces and classes
for commonly used data structures."