wok diff compiz-compizconfig-python/receipt @ rev 16965
linux-zram: use half of total memory as defaut value
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Jul 31 21:59:15 2014 +0200 (2014-07-31) |
parents | 02ae81877dfd |
children | d3eb5f4b53ea |
line diff
1.1 --- a/compiz-compizconfig-python/receipt Thu Nov 03 22:30:43 2011 +0100 1.2 +++ b/compiz-compizconfig-python/receipt Thu Jul 31 21:59:15 2014 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Compiz Config Python module." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WEB_SITE="http://www.compiz.org/" 1.10 +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" 1.11 + 1.12 DEPENDS="python pygtk compiz-core compiz-libcompizconfig" 1.13 BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \ 1.14 compiz-libcompizconfig-dev python-cython \ 1.15 libxslt-dev glibmm-dev startup-notification-dev" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://www.compiz.org/" 1.18 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -25,5 +27,5 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs 1.26 - cp -a $_pkg/usr $fs 1.27 + cp -a $install/usr $fs 1.28 }