wok rev 9245
Up: frei0r-plugins to 1.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 12 17:54:52 2011 +0000 (2011-03-12) |
parents | af8b12d69e94 |
children | cbbb69a7d159 |
files | frei0r-plugins-dev/receipt frei0r-plugins/receipt |
line diff
1.1 --- a/frei0r-plugins-dev/receipt Sat Mar 12 17:16:42 2011 +0000 1.2 +++ b/frei0r-plugins-dev/receipt Sat Mar 12 17:54:52 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="frei0r-plugins-dev" 1.7 -VERSION="1.2.1" 1.8 +VERSION="1.3" 1.9 CATEGORY="development" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 SHORT_DESC="frei0r-plugins devel files"
2.1 --- a/frei0r-plugins/receipt Sat Mar 12 17:16:42 2011 +0000 2.2 +++ b/frei0r-plugins/receipt Sat Mar 12 17:54:52 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="frei0r-plugins" 2.7 -VERSION="1.2.1" 2.8 +VERSION="1.3" 2.9 CATEGORY="multimedia" 2.10 MAINTAINER="jozee@slitaz.org" 2.11 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters." 2.12 @@ -16,9 +16,7 @@ 2.13 2.14 compile_rules() { 2.15 cd $src 2.16 - ./configure --prefix=/usr && 2.17 - make && 2.18 - make DESTDIR=$PWD/_pkg install 2.19 + ./configure && make && make install 2.20 } 2.21 2.22 # Rules to gen a SliTaz package suitable for Tazpkg.