milis/talimatname/genel/xfce4-screenshooter/talimat

25 lines
693 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.

# Description: Bu, çeşitli seçeneklerle ekran görüntüleri almak için bir eklentidir. Ayrıca, klavyenizin PrintScreen tuşuyla birlikte kullanılabilen bağımsız bir uygulama içerir.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-screenshooter-plugin
# Packager: milisarge
# Depends on: xfce4-panel libsoup p11-kit
name=xfce4-screenshooter
version=1.8.2
release=1
source=(http://archive.xfce.org/src/apps/$name/1.8/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
}