wok diff lxappearance-dev/receipt @ rev 13680
grooms: up 1.0.5
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Nov 27 10:22:09 2012 -0800 (2012-11-27) |
parents | |
children | 5e52034511d0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxappearance-dev/receipt Tue Nov 27 10:22:09 2012 -0800 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxappearance-dev" 1.7 +VERSION="0.5.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Devel files for LXappearance." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WANTED="lxappearance" 1.12 +WEB_SITE="http://lxde.org/" 1.13 + 1.14 +DEPENDS="gtk+-dev" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr 1.20 + cp -a $install/usr/lib $fs/usr 1.21 + cp -a $install/usr/include $fs/usr 1.22 +}