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