milis/talimatname/genel/l/libmediaart/talimat

19 lines
476 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# 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
}