milis/talimatname/genel/v4l-utils/talimat

20 lines
507 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: Video 4 Linux için kullanıcı alanı araçları ve dönüştürme kütüphanesi
# URL: http://freshmeat.net/projects/libv4l
# Packager: milisarge
# Depends on: libjpeg-turbo
name=v4l-utils
version=1.10.0
release=1
source=(http://linuxtv.org/downloads/v4l-utils/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
MAKEFLAGS="-j1" make install DESTDIR=$PKG
rm -f $PKG/usr/bin/ivtv-ctl
mv $PKG/lib/udev $PKG/usr/lib/
rm -rf $PKG/lib
}