pixman: update to 0.14.0, converted to subpkgs, new deps style.

--HG--
extra : convert_revision : 4c1bbc56db1e3b5b5e3084102805657744e4f409
This commit is contained in:
Juan RP 2009-03-19 04:40:14 +01:00
parent 7ac0519848
commit 2081742f24
4 changed files with 29 additions and 5 deletions

1
templates/pixman-devel Symbolic link
View File

@ -0,0 +1 @@
pixman

2
templates/pixman/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=0.14.0
api_depends=${abi_depends}

View File

@ -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
}

View File

@ -1,12 +1,16 @@
# Template build file for 'pixman'.
pkgname=pixman
version=0.12.0
distfiles="
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
sourcepkg=$pkgname
version=0.14.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
pkgconfig_override="pixman-1.pc"
short_desc="Library of low-level pixel manipulation routines"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=7881189a1de21ec5d2e27936c65369f121dcb15f
checksum=eb6d14a582cd5055c52e8278641984c17945a8693733214a5d5a10b4f849ca4d
long_desc="
Pixel manipulation library for modular X.org."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build perl
Add_dependency full glibc