wok-current rev 12329
Up: libv4l to 0.8.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 08:29:48 2012 +0000 (2012-04-19) |
parents | 79766a97e4a1 |
children | b06403cb490b |
files | libv4l-dev/receipt libv4l/receipt |
line diff
1.1 --- a/libv4l-dev/receipt Thu Apr 19 08:13:31 2012 +0000 1.2 +++ b/libv4l-dev/receipt Thu Apr 19 08:29:48 2012 +0000 1.3 @@ -1,10 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libv4l-dev" 1.7 -VERSION="0.8.1" 1.8 +VERSION="0.8.5" 1.9 CATEGORY="development" 1.10 SHORT_DESC="libv4l devel library." 1.11 MAINTAINER="jozee@slitaz.org" 1.12 +DEPENDS="libv4l" 1.13 WANTED="libv4l" 1.14 WEB_SITE="http://freshmeat.net/projects/libv4l" 1.15 SOURCE=v4l-utils
2.1 --- a/libv4l/receipt Thu Apr 19 08:13:31 2012 +0000 2.2 +++ b/libv4l/receipt Thu Apr 19 08:29:48 2012 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libv4l" 2.7 -VERSION="0.8.1" 2.8 +VERSION="0.8.5" 2.9 CATEGORY="multimedia" 2.10 MAINTAINER="jozee@slitaz.org" 2.11 SHORT_DESC="Userspace library for Video 4 Linux (1 and 2)" 2.12 @@ -13,11 +13,11 @@ 2.13 TAGS="webcam video" 2.14 2.15 # Rules to configure and make the package. 2.16 - 2.17 -compile_rules() { 2.18 - cd $src 2.19 - make && 2.20 - make install PREFIX="/usr" DESTDIR="${PWD}/_pkg" 2.21 +compile_rules() 2.22 +{ 2.23 + cd $src 2.24 + make && 2.25 + make install PREFIX="/usr" DESTDIR="$DESTDIR" 2.26 } 2.27 2.28 # Rules to gen a SliTaz package suitable for Tazpkg. 2.29 @@ -26,7 +26,6 @@ 2.30 mkdir -p $fs/usr/lib 2.31 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 2.32 cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 2.33 - 2.34 } 2.35 2.36 post_install()