wok diff frei0r-plugins/receipt @ rev 9792

awesome+startup-notification: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 13 23:19:06 2011 +0200 (2011-05-13)
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	Fri May 13 23:19:06 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.