libXinerama: converted to subpkgs, new deps style.
--HG-- extra : convert_revision : 1079a0f1472a1a68a3a0fd701252ad298c317338
This commit is contained in:
parent
73462facb8
commit
15c701e6d1
|
@ -0,0 +1 @@
|
||||||
|
libXinerama
|
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.0.3
|
||||||
|
api_depends=${abi_depends}
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libXinerama-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libXinerama
|
||||||
|
|
||||||
|
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,4 +1,6 @@
|
||||||
|
# Template build file for 'libXinerama'.
|
||||||
pkgname=libXinerama
|
pkgname=libXinerama
|
||||||
|
sourcepkg=$pkgname
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -8,6 +10,11 @@ checksum=07b3564cd56154c20580b56230b7a95d74fe6582c80cedf0550d8d7955181219
|
||||||
long_desc="
|
long_desc="
|
||||||
libXinerama provides X PanoramiX extension library."
|
libXinerama provides X PanoramiX extension library."
|
||||||
|
|
||||||
shared_deps="libX11-1.1 libXext-1.0"
|
subpackages="devel"
|
||||||
build_depends="pkg-config-0.23 xextproto-7.0 xineramaproto-1.0 ${shared_deps}"
|
Add_dependency build pkg-config
|
||||||
run_depends="glibc-2.8 ${shared_deps}"
|
Add_dependency build xproto
|
||||||
|
Add_dependency build xextproto
|
||||||
|
Add_dependency build xineramaproto
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libX11
|
||||||
|
Add_dependency full libXext
|
||||||
|
|
Loading…
Reference in New Issue