libXevie: update to 1.0.3.

This commit is contained in:
Juan RP 2011-02-16 09:17:52 +01:00
parent af377db849
commit 21851869b1
2 changed files with 8 additions and 3 deletions

View file

@ -5,6 +5,12 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run pkg-config
Add_dependency run xproto
Add_dependency run xextproto
Add_dependency run evieext
Add_dependency run libX11-devel
Add_dependency run libXext-devel
Add_dependency run libXevie
do_install()
@ -12,7 +18,6 @@ do_install()
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
}

View file

@ -1,11 +1,11 @@
# Template build file for 'libXevie'.
pkgname=libXevie
version=1.0.2
version=1.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X Event Interceptor Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ff70b81ad145932db2d206735cefcb698dadad241001df7ba6b97e8081d174da
checksum=c00b382123e58f595b3cecaa50471ebec534660e5f92ae46d94266345844fd73
long_desc="
This package contains the library and header files for the X Event
Interceptor Library. This is from the modular X.org project."