# HG changeset patch # User Christopher Rogers # Date 1334824188 0 # Node ID 66e4194f3966c97009811bd333199cb15452b2b6 # Parent 79766a97e4a17b00934e53325ac9ba187a3330c3 Up: libv4l to 0.8.5. diff -r 79766a97e4a1 -r 66e4194f3966 libv4l-dev/receipt --- a/libv4l-dev/receipt Thu Apr 19 08:13:31 2012 +0000 +++ b/libv4l-dev/receipt Thu Apr 19 08:29:48 2012 +0000 @@ -1,10 +1,11 @@ # SliTaz package receipt. PACKAGE="libv4l-dev" -VERSION="0.8.1" +VERSION="0.8.5" CATEGORY="development" SHORT_DESC="libv4l devel library." MAINTAINER="jozee@slitaz.org" +DEPENDS="libv4l" WANTED="libv4l" WEB_SITE="http://freshmeat.net/projects/libv4l" SOURCE=v4l-utils diff -r 79766a97e4a1 -r 66e4194f3966 libv4l/receipt --- a/libv4l/receipt Thu Apr 19 08:13:31 2012 +0000 +++ b/libv4l/receipt Thu Apr 19 08:29:48 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libv4l" -VERSION="0.8.1" +VERSION="0.8.5" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" SHORT_DESC="Userspace library for Video 4 Linux (1 and 2)" @@ -13,11 +13,11 @@ TAGS="webcam video" # Rules to configure and make the package. - -compile_rules() { - cd $src - make && - make install PREFIX="/usr" DESTDIR="${PWD}/_pkg" +compile_rules() +{ + cd $src + make && + make install PREFIX="/usr" DESTDIR="$DESTDIR" } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -26,7 +26,6 @@ mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib - } post_install()