# Description: Medya sanat önbelleklerini ayıklama ve yönetme ile görevli kütüphane # URL: https://github.com/curlybeast/libmediaart # Packager: yasarciv67@gmail.com # Depends on: gdk-pixbuf name=libmediaart version=1.9.0 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:3}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --disable-static --enable-gdkpixbuf --disable-qt make make DESTDIR=$PKG install }