wok-current diff libv4l/receipt @ rev 12333
Up: libxml++ to 2.34.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 08:58:35 2012 +0000 (2012-04-19) |
parents | be13f25e790b |
children | 06fdbd8134ff |
line diff
1.1 --- a/libv4l/receipt Sun Feb 20 06:53:59 2011 +0000 1.2 +++ b/libv4l/receipt Thu Apr 19 08:58:35 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libv4l" 1.7 -VERSION="0.8.1" 1.8 +VERSION="0.8.5" 1.9 CATEGORY="multimedia" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 SHORT_DESC="Userspace library for Video 4 Linux (1 and 2)" 1.12 @@ -13,11 +13,11 @@ 1.13 TAGS="webcam video" 1.14 1.15 # Rules to configure and make the package. 1.16 - 1.17 -compile_rules() { 1.18 - cd $src 1.19 - make && 1.20 - make install PREFIX="/usr" DESTDIR="${PWD}/_pkg" 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + make && 1.25 + make install PREFIX="/usr" DESTDIR="$DESTDIR" 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 @@ -26,7 +26,6 @@ 1.30 mkdir -p $fs/usr/lib 1.31 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 1.32 cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 1.33 - 1.34 } 1.35 1.36 post_install()