milis/talimatname/genel/r/recordmydesktop/talimat

18 lines
438 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: Bir masaüstü oturumu kaydetmek için bir program
# URL: http://recordmydesktop.sourceforge.net/
# Paketçi: milisarge@gmail.com
# Gerekler: libtheora xorg-libxdamage xorg-libxext
name=recordmydesktop
version=0.3.8.1
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
derle() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}