2017-03-22 08:58:52 +01:00
|
|
|
|
# Description: Nesneye yönelik bir GL / GLES Soyutlama / Yardımcı Katman
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.gnome.org/
|
2017-01-30 23:55:06 +01:00
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on: xorg-libxrandr gdk-pixbuf xorg-mesa xorg-glu pango gobject-introspection
|
2016-02-24 01:27:23 +01: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-30 23:55:06 +01:00
|
|
|
|
./configure --prefix=/usr
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|