milis/talimatname/genel/cogl/talimat

17 lines
428 B
Text
Raw Normal View History

2017-03-22 09:58:52 +02:00
# Description: Nesneye yönelik bir GL / GLES Soyutlama / Yardımcı Katman
2016-02-24 02:27:23 +02:00
# URL: http://www.gnome.org/
2017-01-31 01:55:06 +03:00
# Packager: milisarge
# Depends on: xorg-libxrandr gdk-pixbuf xorg-mesa xorg-glu pango gobject-introspection
2016-02-24 02:27:23 +02:00
name=cogl
version=1.22.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
2017-01-31 01:55:06 +03:00
./configure --prefix=/usr
2016-02-24 02:27:23 +02:00
make
make DESTDIR=$PKG install
}