23 lines
674 B
Text
23 lines
674 B
Text
# Template build file for 'pixman'.
|
|
pkgname=pixman
|
|
version=0.22.2
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-gtk" # do not require gtk+!
|
|
short_desc="Library of low-level pixel manipulation routines"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
checksum=2d0a6dfca175f31ae53fb368292496e8833faff45bbeafdf40b2833d23186272
|
|
long_desc="
|
|
Pixel manipulation library for modular X.org."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency build pkg-config
|
|
Add_dependency build perl
|
|
|
|
post_install()
|
|
{
|
|
vinstall COPYING 644 usr/share/licenses/$pkgname
|
|
}
|