2017-07-25 22:21:02 +02:00
|
|
|
|
# Description: Kitaplık AppStream meta verilerini okumak ve yazmak için.
|
2017-07-08 15:20:58 +02:00
|
|
|
|
# URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
|
|
|
|
# Packager: yasarciv67@gmail.com
|
|
|
|
|
# Depends on: gdk-pixbuf json-glib libarchive libsoup pango gcab gobject-introspection gtk3 yaml
|
|
|
|
|
|
|
|
|
|
name=appstream-glib
|
|
|
|
|
version=0.5.17
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://people.freedesktop.org/~hughsient/$name/releases/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|