milis/talimatname/genel/l/libmediaart/talimat

20 lines
471 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.

# Tanım: Medya sanat önbelleklerini ayıklama ve yönetme ile görevli kütüphane
# URL: https://github.com/curlybeast/libmediaart
# Paketçi: yasarciv67
# Gerekler: gdk-pixbuf
# Grup: kütüphane
isim=libmediaart
surum=1.9.0
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${version:0:3}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-static --enable-gdkpixbuf --disable-qt
make
make DESTDIR=$PKG install
}