diff options
Diffstat (limited to 'base/v4l-utils/Pkgfile')
-rwxr-xr-x | base/v4l-utils/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/base/v4l-utils/Pkgfile b/base/v4l-utils/Pkgfile deleted file mode 100755 index 9a4f6645b..000000000 --- a/base/v4l-utils/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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/ -} |