milis/talimatname/genel/x/xfce4-screenshooter/talimat

27 lines
625 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: Bu, çeşitli seçeneklerle ekran görüntüleri almak için bir eklentidir.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-screenshooter-plugin
# Paketçi: milisarge
# Gerekler: xfce4-panel libsoup p11-kit
# Grup: medya
isim=xfce4-screenshooter
surum=1.8.2
devir=1
kaynak=(http://archive.xfce.org/src/apps/$isim/${surum%.*}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/man
}