diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:08:17 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:08:17 +0200 |
commit | bcc00bcdd6bea1e29dbc60ed8cef06279e767eaa (patch) | |
tree | 268088b767af4d1eb0c9132ef61644e468a97609 /extra/v4l-utils/Pkgfile | |
parent | fc7cbbd5f7b38c7d567b26aa51f96a24442b05d7 (diff) | |
download | nutyx-extra-bcc00bcdd6bea1e29dbc60ed8cef06279e767eaa.tar.gz nutyx-extra-bcc00bcdd6bea1e29dbc60ed8cef06279e767eaa.tar.bz2 nutyx-extra-bcc00bcdd6bea1e29dbc60ed8cef06279e767eaa.tar.xz nutyx-extra-bcc00bcdd6bea1e29dbc60ed8cef06279e767eaa.zip |
v4l-utils dans extra
Diffstat (limited to 'extra/v4l-utils/Pkgfile')
-rwxr-xr-x | extra/v4l-utils/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/v4l-utils/Pkgfile b/extra/v4l-utils/Pkgfile new file mode 100755 index 000000000..9a4f6645b --- /dev/null +++ b/extra/v4l-utils/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie pour video 4 linux +# URL: http://freshmeat.net/projects/libv4l +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: sysfsutils +# Run on: sysfsutils + +name=v4l-utils +version=0.8.4 +release=1 +source=(http://linuxtv.org/downloads/v4l-utils/$name-$version.tar.bz2) + +build() { + cd $name-$version + sed -i 's|CFLAGS :=|CFLAGS ?=|' Make.rules + make LIBDIR="/usr/lib" + make install PREFIX="/usr" DESTDIR=$PKG/ +} |