milis/talimatname/genel/t/tumbler/talimat

23 lines
642 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: Küçük resim yönetimi D-Bus teknik özelliklerine dayanan bir D-Bus minik resim oluşturma hizmeti.
# URL: http://www.ohloh.net/p/tumbler-xfce
# Paketçi: milisarge
# Gerekler: libjpeg-turbo libpng freetype gdk-pixbuf dbus-glib intltool gstreamer libgsf
# Grup: xfce4
isim=tumbler
source /root/talimatname/genel/x/xfce4/surumler
surum="${tumbler_surum}";[ -z ${tumbler_surum} ] && \
surum=0.1.31
devir=2
kaynak=(http://archive.xfce.org/src/xfce/$isim/${surum%.*}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}