wok diff compiz-plugins-unsupported-dev/receipt @ rev 17233
Add python-passlib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 17 10:13:13 2014 +0200 (2014-10-17) |
parents | |
children | 8e1f5fe117e6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/compiz-plugins-unsupported-dev/receipt Fri Oct 17 10:13:13 2014 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="compiz-plugins-unsupported-dev" 1.7 +VERSION="0.9.4" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Compiz plugins-extra devel files." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://www.compiz.org/" 1.13 + 1.14 +WANTED="compiz-plugins-unsupported" 1.15 +DEPENDS="pkg-config" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib $fs/usr/share 1.21 + cp -a $install/usr/include $fs/usr 1.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 +}