21 lines
649 B
Text
21 lines
649 B
Text
# Template build file for 'pixman'.
|
|
pkgname=pixman
|
|
version=0.24.4
|
|
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=5f4b384aa39e82a582bdc8835e2e81b28176db851dd1f7ff32d682d026a23bb5
|
|
long_desc="
|
|
Pixel manipulation library for modular X.org."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build perl
|
|
|
|
post_install() {
|
|
vinstall COPYING 644 usr/share/licenses/$pkgname
|
|
}
|