milis/talimatname/genel/cairomm/talimat

18 lines
395 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 vektör grafik kütüphanesine C ++ bağları
# URL: http://cairographics.org/
# Maintainer: Murray Cumming <murrayc@murrayc.com>
# Packager: milisarge
# Depends on: cairo,libsigc++
name=cairomm
version=1.12.0
release=1
source=(http://cairographics.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}