19 lines
405 B
Plaintext
19 lines
405 B
Plaintext
# Description: library for the manipulation of pixels
|
|
# URL: http://xorg.freedesktop.org
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: libpng
|
|
_name=pixman
|
|
|
|
name=xorg-pixman
|
|
version=0.32.6
|
|
release=1
|
|
|
|
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/${_name}-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd ${_name}-$version
|
|
./configure --prefix=/usr --disable-static
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|