libXext: converted to subpkgs.
--HG-- extra : convert_revision : 3373ead2c70e0882cc7de37fd16dcd76d62b7299
This commit is contained in:
parent
cb3d72e8ae
commit
db5b213b79
|
@ -0,0 +1 @@
|
||||||
|
libXext
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'libXext-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libXext
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mkdir -p ${DESTDIR}/usr/share/man
|
||||||
|
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/man/man3 ${DESTDIR}/usr/share/man
|
||||||
|
rm -rf ${SRCPKGDESTDIR}/usr/share
|
||||||
|
}
|
|
@ -1,14 +1,19 @@
|
||||||
|
# Template build file for 'libXext'.
|
||||||
pkgname=libXext
|
pkgname=libXext
|
||||||
version=1.0.4
|
sourcepkg=$pkgname
|
||||||
|
version=1.0.5
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="X Extension library"
|
short_desc="X Extension library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2dfd8eace1cafacc87b4055c57efeb771a740e24141d3f113de58c2a9eebd21f
|
checksum=1280af98466cb4484a89858ede3347ba9d7785baeb80b11f2066142dc2317d97
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the X Extension library from the modular
|
This package contains the X Extension library from the modular
|
||||||
X.org X11 project."
|
X.org X11 project."
|
||||||
|
|
||||||
shared_deps="libX11-1.1"
|
subpackages="devel"
|
||||||
build_depends="pkg-config-0.23 xproto-7.0 xextproto-7.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 full glibc
|
||||||
|
Add_dependency full libX11
|
||||||
|
|
Loading…
Reference in New Issue