wok diff flatpress/receipt @ rev 17005

Add pulseaudio
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:55:28 2014 +0200 (2014-08-12)
parents 88ad0fb36132
children 640a2eba2511
line diff
     1.1 --- a/flatpress/receipt	Sun Dec 25 15:18:52 2011 +0100
     1.2 +++ b/flatpress/receipt	Tue Aug 12 13:55:28 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Blog engine without SQL."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION-sotto-voce.tar.bz2"
     1.9  WEB_SITE="http://flatpress.org/home/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -22,5 +23,5 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.   
    1.13  genpkg_rules()                                      
    1.14  {
    1.15 -	cp -a $_pkg/* $fs
    1.16 +	cp -a $install/* $fs
    1.17  }