milis/talimatname/genel/cairo/talimat

20 lines
509 B
Plaintext
Raw Normal View History

2017-03-22 08:13:08 +01:00
# Description: Cairo, çoklu çıktı aygıtlarını destekleyen 2D grafik kitaplığıdır.
2016-02-24 01:27:23 +01:00
# URL: http://www.cairographics.org/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
2017-01-30 23:55:06 +01:00
}