libXinerama: converted to subpkgs, new deps style.
--HG-- extra : convert_revision : 1079a0f1472a1a68a3a0fd701252ad298c317338
This commit is contained in:
parent
73462facb8
commit
15c701e6d1
1
templates/libXinerama-devel
Symbolic link
1
templates/libXinerama-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libXinerama
|
2
templates/libXinerama/depends
Normal file
2
templates/libXinerama/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=1.0.3
|
||||
api_depends=${abi_depends}
|
17
templates/libXinerama/devel.template
Normal file
17
templates/libXinerama/devel.template
Normal file
|
@ -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
|
||||
sourcepkg=$pkgname
|
||||
version=1.0.3
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
|
@ -8,6 +10,11 @@ checksum=07b3564cd56154c20580b56230b7a95d74fe6582c80cedf0550d8d7955181219
|
|||
long_desc="
|
||||
libXinerama provides X PanoramiX extension library."
|
||||
|
||||
shared_deps="libX11-1.1 libXext-1.0"
|
||||
build_depends="pkg-config-0.23 xextproto-7.0 xineramaproto-1.0 ${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 xineramaproto
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libX11
|
||||
Add_dependency full libXext
|
||||
|
|
Loading…
Reference in New Issue
Block a user