libXxf86vm: converted to subpkgs, new deps style.
--HG-- extra : convert_revision : 3741c7c9b8cc6e6b98ba10675e65913dc665c792
This commit is contained in:
parent
269dd70009
commit
13ac58aff3
|
@ -0,0 +1 @@
|
||||||
|
libXxf86vm
|
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.0.2
|
||||||
|
api_depends=${abi_depends}
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libXxf86vm-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libXxf86vm
|
||||||
|
|
||||||
|
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 'libXxf86vm'.
|
||||||
pkgname=libXxf86vm
|
pkgname=libXxf86vm
|
||||||
|
sourcepkg=$pkgname
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -12,7 +14,11 @@ long_desc="
|
||||||
|
|
||||||
This library is from the modular X.org project."
|
This library is from the modular X.org project."
|
||||||
|
|
||||||
shared_deps="libX11-1.1 libXext-1.0"
|
subpackages="devel"
|
||||||
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.0 xf86vidmodeproto-2.2
|
Add_dependency build pkg-config
|
||||||
${shared_deps}"
|
Add_dependency build xproto
|
||||||
run_depends="glibc-2.8 ${shared_deps}"
|
Add_dependency build xextproto
|
||||||
|
Add_dependency build xf86vidmodeproto
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libX11
|
||||||
|
Add_dependency full libXext
|
||||||
|
|
Loading…
Reference in New Issue