milis/talimatname/genel/cairo/talimat

20 lines
509 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Cairo, çoklu çıktı aygıtlarını destekleyen 2D grafik kitaplığıdır.
# URL: http://www.cairographics.org/
# Packager: milisarge
# Depends on: libpng,glib,xorg-pixman,xorg-fontconfig,xcb-util,xorg-libxrender,xorg-mesa,xorg-glu,xorg-libxxf86vm
name=cairo
version=1.14.6
release=1
source=( http://cairographics.org/releases/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--enable-tee
make
make DESTDIR=$PKG install
}