libXv: converted to subpkgs, new deps style.

--HG--
extra : convert_revision : c60f97d6a41d08bca0683d93be5baf469e52ce8c
This commit is contained in:
Juan RP 2009-03-19 04:10:36 +01:00
parent cd0203b27a
commit 9e5344a42a
4 changed files with 31 additions and 4 deletions

1
templates/libXv-devel Symbolic link
View File

@ -0,0 +1 @@
libXv

2
templates/libXv/depends Normal file
View File

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

View File

@ -0,0 +1,18 @@
# Template file for 'libXv-devel'.
#
short_desc="${short_desc} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libXv
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
}

View File

@ -1,4 +1,6 @@
# Template build file for 'libXv'.
pkgname=libXv
sourcepkg=$pkgname
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
@ -9,7 +11,11 @@ long_desc="
This package provides the X Window System video extension 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 videoproto-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 videoproto
Add_dependency full glibc
Add_dependency full libX11
Add_dependency full libXext