Added libXevie-1.0.2 template.
--HG-- extra : convert_revision : 89a27a65a3e62089e69c6a02ca5687f552ac5d36
This commit is contained in:
parent
8566e964e2
commit
7b6c09d3b0
|
@ -0,0 +1 @@
|
|||
libXevie
|
|
@ -0,0 +1,2 @@
|
|||
abi_depends=1.0.2
|
||||
api_depends=${abi_depends}
|
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libXevie-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libXevie
|
||||
|
||||
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
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
# Template build file for 'libXevie'.
|
||||
pkgname=libXevie
|
||||
sourcepkg=$pkgname
|
||||
version=1.0.2
|
||||
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
|
||||
long_desc="
|
||||
This package contains the library and header files for the X Event
|
||||
Interceptor Library. This is from the modular X.org project."
|
||||
|
||||
subpackages="devel"
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build xproto
|
||||
Add_dependency build xextproto
|
||||
Add_dependency build evieext
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libX11
|
||||
Add_dependency full libXext
|
Loading…
Reference in New Issue