wok-6.x rev 6498
Up: libv4l, libv4l-dev to 0.8.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 01 04:09:43 2010 +0000 (2010-10-01) |
parents | e645e3c5436d |
children | beb195c02e38 |
files | libv4l-dev/receipt libv4l/receipt |
line diff
1.1 --- a/libv4l-dev/receipt Fri Oct 01 03:50:37 2010 +0000 1.2 +++ b/libv4l-dev/receipt Fri Oct 01 04:09:43 2010 +0000 1.3 @@ -1,16 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libv4l-dev" 1.7 -VERSION="0.6.3" 1.8 +VERSION="0.8.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="libv4l devel library." 1.11 MAINTAINER="jozee@slitaz.org" 1.12 WANTED="libv4l" 1.13 -WEB_SITE="http://hansdegoede.livejournal.com/3636.html" 1.14 +WEB_SITE="http://freshmeat.net/projects/libv4l" 1.15 +SOURCE=v4l-utils 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 + _pkg=$WOK/${PACKAGE/-dev}/$SOURCE-$VERSION/_pkg 1.21 mkdir -p $fs/usr/lib 1.22 cp -a $_pkg/usr/include $fs/usr 1.23 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
2.1 --- a/libv4l/receipt Fri Oct 01 03:50:37 2010 +0000 2.2 +++ b/libv4l/receipt Fri Oct 01 04:09:43 2010 +0000 2.3 @@ -1,19 +1,21 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libv4l" 2.7 -VERSION="0.6.3" 2.8 +VERSION="0.8.1" 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 DEPENDS="glibc-base" 2.13 -WEB_SITE="http://hansdegoede.livejournal.com/3636.html" 2.14 -TARBALL="${PACKAGE}-${VERSION}.tar.gz" 2.15 -WGET_URL="http://people.fedoraproject.org/~jwrdegoede/$TARBALL" 2.16 +WEB_SITE="http://freshmeat.net/projects/libv4l" 2.17 +SOURCE="v4l-utils" 2.18 +TARBALL="${SOURCE}-${VERSION}.tar.bz2" 2.19 +WGET_URL="http://linuxtv.org/downloads/v4l-utils/$TARBALL" 2.20 TAGS="webcam video" 2.21 2.22 # Rules to configure and make the package. 2.23 2.24 compile_rules() { 2.25 + src=$WOK/$PACKAGE/$SOURCE-$VERSION 2.26 cd $src 2.27 make && 2.28 make install PREFIX="/usr" DESTDIR="${PWD}/_pkg" 2.29 @@ -22,6 +24,7 @@ 2.30 # Rules to gen a SliTaz package suitable for Tazpkg. 2.31 genpkg_rules() 2.32 { 2.33 + _pkg=$WOK/$PACKAGE/$SOURCE-$VERSION/_pkg 2.34 mkdir -p $fs/usr/lib 2.35 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 2.36 cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib