pixman: update to 0.14.0, converted to subpkgs, new deps style.
--HG-- extra : convert_revision : 4c1bbc56db1e3b5b5e3084102805657744e4f409
This commit is contained in:
parent
7ac0519848
commit
2081742f24
|
@ -0,0 +1 @@
|
||||||
|
pixman
|
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=0.14.0
|
||||||
|
api_depends=${abi_depends}
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'pixman-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run pixman
|
||||||
|
|
||||||
|
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,12 +1,16 @@
|
||||||
# Template build file for 'pixman'.
|
# Template build file for 'pixman'.
|
||||||
pkgname=pixman
|
pkgname=pixman
|
||||||
version=0.12.0
|
sourcepkg=$pkgname
|
||||||
distfiles="
|
version=0.14.0
|
||||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
pkgconfig_override="pixman-1.pc"
|
|
||||||
short_desc="Library of low-level pixel manipulation routines"
|
short_desc="Library of low-level pixel manipulation routines"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=7881189a1de21ec5d2e27936c65369f121dcb15f
|
checksum=eb6d14a582cd5055c52e8278641984c17945a8693733214a5d5a10b4f849ca4d
|
||||||
long_desc="
|
long_desc="
|
||||||
Pixel manipulation library for modular X.org."
|
Pixel manipulation library for modular X.org."
|
||||||
|
|
||||||
|
subpackages="devel"
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build perl
|
||||||
|
Add_dependency full glibc
|
||||||
|
|
Loading…
Reference in New Issue