milis/talimatname/genel/x/xdotool/talimat

25 lines
564 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: Fare ve klavye tuş sinyalleri göndermeye yarayan konsol uygulaması
# URL: http://www.semicomplete.com/projects/xdotool
# Paketçi: milisarge
# Gerekler: xorg-libxtst xorg-libxinerama libxkbcommon
# Grup: sistem
isim=xdotool
surum=3.2
devir=1
kaynak=(https://github.com/jordansissel/xdotool/archive/v3.20160805.1.tar.gz::$isim-$surum.tar.gz)
derle() {
cd ${isim}-3.20160805.1
# Build
make PREFIX=/usr DESTDIR=${PKG}
make PREFIX=/usr DESTDIR=${PKG} \
pre-install \
installlib \
installprog \
installman \
installheader
}