milis/talimatname/genel/s/shared-mime-info/talimat

19 lines
433 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: Destekleyen tüm uygulamalar için MIME bilgilerini merkezi olarak güncellemenizi sağlar.
# URL: http://freedesktop.org/
# Paketçi: milisarge
# Gerekler: libxml2 intltool glib
name=shared-mime-info
version=1.5
release=1
source=( http://freedesktop.org/~hadess/$name-$version.tar.xz)
derle() {
unset MAKEFLAGS
cd $name-$version
./configure --prefix=/usr --disable-update-mimedb
make -j1
make DESTDIR=$PKG install
}