libXxf86vm: converted to subpkgs, new deps style.

--HG--
extra : convert_revision : 3741c7c9b8cc6e6b98ba10675e65913dc665c792
This commit is contained in:
Juan RP 2009-03-19 04:22:57 +01:00
parent 269dd70009
commit 13ac58aff3
4 changed files with 30 additions and 4 deletions

1
templates/libXxf86vm-devel Symbolic link
View File

@ -0,0 +1 @@
libXxf86vm

View File

@ -0,0 +1,2 @@
abi_depends=1.0.2
api_depends=${abi_depends}

View File

@ -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
}

View File

@ -1,4 +1,6 @@
# Template build file for 'libXxf86vm'.
pkgname=libXxf86vm
sourcepkg=$pkgname
version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
@ -12,7 +14,11 @@ long_desc="
This library is from the modular X.org project."
shared_deps="libX11-1.1 libXext-1.0"
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.0 xf86vidmodeproto-2.2
${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 xf86vidmodeproto
Add_dependency full glibc
Add_dependency full libX11
Add_dependency full libXext