wok-6.x diff flatpress/receipt @ rev 19236
Build httpfs-static (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 26 12:55:29 2016 +0200 (2016-06-26) |
parents | 88ad0fb36132 |
children | 640a2eba2511 |
line diff
1.1 --- a/flatpress/receipt Sun Dec 25 15:18:52 2011 +0100 1.2 +++ b/flatpress/receipt Sun Jun 26 12:55:29 2016 +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 }