milis/talimatname/genel/fswebcam/talimat

20 lines
482 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: hafif çapta programcılar için webcam uygulaması
# URL: http://www.firestorm.cx/fswebcam
# Packager: milisarge
# Depends on: libgd
name=fswebcam
version=20140113
release=1
source=(http://www.firestorm.cx/fswebcam/files/$name-$version.tar.xz)
build() {
cd "$SRC/$name-$version"
./configure --prefix=/usr
make
cd "$SRC/$name-$version"
make DESTDIR="$PKG/" install
sed "s_^_#_g" -i example.conf
install -Dm644 example.conf "$PKG"/etc/fswebcam.conf
}