wok-6.x diff lxde/receipt @ rev 3062
scim-dev: Fix pkgconfig files path
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 13 22:09:07 2009 +0200 (2009-05-13) |
parents | |
children | 4c43897383ee |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxde/receipt Wed May 13 22:09:07 2009 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxde" 1.7 +VERSION="0.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="LXDE desktop environement meta package." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="openbox obconf pcmanfm lxpanel lxtask lxappearance gpicview 1.12 + leafpad" 1.13 +WEB_SITE="http://lxde.sourceforge.net/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr 1.19 +}