milis/talimatname/genel/f/fswebcam/talimat

20 lines
465 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: hafif çapta programcılar için webcam uygulaması
# URL: http://www.firestorm.cx/fswebcam
# Paketçi: milisarge
# Gerekler: libgd
isim=fswebcam
surum=20140113
devir=1
kaynak=(http://www.firestorm.cx/fswebcam/files/$isim-$surum.tar.xz)
derle() {
cd "$SRC/$isim-$surum"
./configure --prefix=/usr
make
cd "$SRC/$isim-$surum"
make DESTDIR="$PKG/" install
sed "s_^_#_g" -i example.conf
install -Dm644 example.conf "$PKG"/etc/fswebcam.conf
}