libXi: update to 1.2.1, converted to subpkgs, new deps style.
--HG-- extra : convert_revision : 0ea12e2cf5901fe2a8a3d0ed2de31303dfd606fd
This commit is contained in:
parent
d92607db33
commit
cdd6b8041c
4 changed files with 32 additions and 6 deletions
1
templates/libXi-devel
Symbolic link
1
templates/libXi-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libXi
|
2
templates/libXi/depends
Normal file
2
templates/libXi/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=1.2.1
|
||||
api_depends=${abi_depends}
|
17
templates/libXi/devel.template
Normal file
17
templates/libXi/devel.template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'libXi-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libXi
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
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
|
||||
}
|
|
@ -1,10 +1,12 @@
|
|||
# Template build file for 'libXi'.
|
||||
pkgname=libXi
|
||||
version=1.1.3
|
||||
sourcepkg=$pkgname
|
||||
version=1.2.1
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="X Input extension library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c77a5bbe97d0d0a6493adefcf1bd57aca91bc33279633b3f6cf1d2bb8812153f
|
||||
checksum=a0cef8deaccedb877137782a7e77441c8231b2da848bd145788a12fe05034fc5
|
||||
long_desc="
|
||||
This package contains the Xi extension. This is the X Input extension
|
||||
library.
|
||||
|
@ -12,7 +14,11 @@ long_desc="
|
|||
This is part of the X Libraries and Protocol Headers Project at
|
||||
freedesktop.org."
|
||||
|
||||
shared_deps="libX11-1.1 libXext-1.0"
|
||||
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.0 inputproto-1.4
|
||||
${shared_deps}"
|
||||
run_depends="glibc-2.8 ${shared_deps}"
|
||||
subpackages="devel"
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build xproto
|
||||
Add_dependency build xextproto
|
||||
Add_dependency build inputproto
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libX11
|
||||
Add_dependency full libXext
|
||||
|
|
Loading…
Reference in a new issue