libXdmcp: converted to subpkgs.
--HG-- extra : convert_revision : cbc4b2786249be47cc910f4e4cca4cd8591c2042
This commit is contained in:
1
templates/libXdmcp-devel
Symbolic link
1
templates/libXdmcp-devel
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libXdmcp
|
||||||
17
templates/libXdmcp/devel.template
Normal file
17
templates/libXdmcp/devel.template
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Template file for 'libXdmcp-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libXdmcp
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
# Template build file for 'libXdmcp'.
|
# Template build file for 'libXdmcp'.
|
||||||
pkgname=libXdmcp
|
pkgname=libXdmcp
|
||||||
|
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
|
||||||
@@ -10,6 +11,7 @@ long_desc="
|
|||||||
This is the X Display Manager Control Protocol library. This is
|
This is the X Display Manager Control Protocol library. This is
|
||||||
from the modular X.org X11 project."
|
from the modular X.org X11 project."
|
||||||
|
|
||||||
|
subpackages="devel"
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build xproto
|
Add_dependency build xproto
|
||||||
|
|||||||
Reference in New Issue
Block a user