libXdmcp: update to 1.1.1.
This commit is contained in:
parent
7199784592
commit
efe04b9be4
2 changed files with 9 additions and 12 deletions
|
@ -1,19 +1,15 @@
|
||||||
# Template file for 'libXdmcp-devel'.
|
# Template file for 'libXdmcp-devel'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=2
|
|
||||||
|
|
||||||
Add_dependency run xproto
|
Add_dependency run xproto
|
||||||
Add_dependency run libXdmcp
|
Add_dependency run libXdmcp
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
vmove usr/include usr
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template build file for 'libXdmcp'.
|
# Template build file for 'libXdmcp'.
|
||||||
pkgname=libXdmcp
|
pkgname=libXdmcp
|
||||||
version=1.0.3
|
version=1.1.1
|
||||||
revision=2
|
homepage="http://xorg.freedesktop.org"
|
||||||
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 Display Manager Control Protocol library from X.org"
|
short_desc="X Display Manager Control Protocol library from X.org"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d8033a2fae20fed6de4f16b73ad69ca1c511e7da31c88e9bc6e75976187378cb
|
license="MIT"
|
||||||
|
checksum=9ace6d4230f9dce4ed090692f82f613253ada8f887b23b3d8ff3dd4e3a7c118e
|
||||||
long_desc="
|
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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue