libXcursor: cross build and dbg support.
This commit is contained in:
parent
85d24ab3fb
commit
319cebf3f2
2 changed files with 9 additions and 15 deletions
|
@ -1,11 +1,7 @@
|
|||
# Template file for 'libXcursor-devel'.
|
||||
#
|
||||
depends="xproto libXcursor"
|
||||
depends="xproto libXcursor>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,20 +1,18 @@
|
|||
# Template build file for 'libXcursor'.
|
||||
pkgname=libXcursor
|
||||
version=1.1.13
|
||||
revision=2
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config fixesproto>=5.0_1 libXfixes-devel libX11-devel libXrender-devel"
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="pkg-config fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
|
||||
crossmakedepends="${makedepends}"
|
||||
short_desc="Client-side cursor loading library for X"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
|
||||
homepage="http://xorg.freedesktop.org/wiki/"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
|
||||
long_desc="
|
||||
This package, libXcursor, provides the client-side cursor loading
|
||||
library for X. This cursor management library is a simple library
|
||||
designed to help locate and load cursors (from files or memory).
|
||||
|
||||
This is from the modular X.org project."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
library for X. This cursor management library is a simple library
|
||||
designed to help locate and load cursors (from files or memory)."
|
||||
|
|
Loading…
Reference in a new issue