2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'pixman'.
|
|
|
|
pkgname=pixman
|
2012-06-30 13:47:02 +00:00
|
|
|
version=0.26.2
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-10-21 22:55:08 +00:00
|
|
|
configure_args="--disable-gtk" # do not require gtk+!
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config perl"
|
2012-05-28 15:05:55 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2008-10-01 15:07:54 +00:00
|
|
|
short_desc="Library of low-level pixel manipulation routines"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-13 13:17:04 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2012-06-30 13:47:02 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=193b651c8ba89ecfacb8dc62a34d2bd305245163910cdbdf907e5d5ece92647c
|
2008-10-01 15:07:54 +00:00
|
|
|
long_desc="
|
|
|
|
Pixel manipulation library for modular X.org."
|
2009-03-19 03:40:14 +00:00
|
|
|
|
2011-11-07 09:32:59 +00:00
|
|
|
post_install() {
|
2011-07-13 13:17:04 +00:00
|
|
|
vinstall COPYING 644 usr/share/licenses/$pkgname
|
|
|
|
}
|