wok-next diff frei0r-plugins/receipt @ rev 9543
blender: fix BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 13:01:20 2011 +0200 (2011-04-09) |
parents | 2ecfb88314ac |
children | 09d889437e38 |
line diff
1.1 --- a/frei0r-plugins/receipt Wed Oct 20 12:56:13 2010 +0000 1.2 +++ b/frei0r-plugins/receipt Sat Apr 09 13:01:20 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="frei0r-plugins" 1.7 -VERSION="1.2.1" 1.8 +VERSION="1.3" 1.9 CATEGORY="multimedia" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters." 1.12 @@ -16,9 +16,7 @@ 1.13 1.14 compile_rules() { 1.15 cd $src 1.16 - ./configure --prefix=/usr && 1.17 - make && 1.18 - make DESTDIR=$PWD/_pkg install 1.19 + ./configure && make && make install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.