16 lines
558 B
Text
16 lines
558 B
Text
|
# Template file for 'libOpenVG'.
|
||
|
#
|
||
|
short_desc="Free implementation of the OpenVG API - runtime"
|
||
|
long_desc="
|
||
|
This package contains the mesa implementation of the OpenVG 2D acceleration
|
||
|
library. OpenVG provides a device independent and vendor-neutral interface
|
||
|
for sophisticated 2D graphical applications, while allowing device
|
||
|
manufacturers to provide hardware acceleration on devices ranging from wrist
|
||
|
watches to full microprocessor-based desktop and server machines."
|
||
|
|
||
|
Add_dependency run glibc
|
||
|
|
||
|
do_install() {
|
||
|
vmove "usr/lib/libOpenVG.so*" usr/lib
|
||
|
}
|