milis/talimatname/genel/a/appstream-glib/talimat

19 lines
514 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: Kitaplık AppStream meta verilerini okumak ve yazmak için.
# URL: http://people.freedesktop.org/~hughsient/appstream-glib/
# Paketçi: yasarciv67@gmail.com
# Gerekler: gdk-pixbuf json-glib libarchive libsoup pango gcab gobject-introspection gtk3 yaml
# Grup: kütüphane
isim=appstream-glib
surum=0.5.17
devir=1
kaynak=(http://people.freedesktop.org/~hughsient/$isim/releases/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}