wok rev 12468
Add lxappearance-obconf (Openbox config via lxappearance)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 22 19:50:31 2012 +0200 (2012-04-22) |
parents | db9d08c745b4 |
children | d70557cd0133 |
files | lxappearance-obconf/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxappearance-obconf/receipt Sun Apr 22 19:50:31 2012 +0200 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxappearance-obconf" 1.7 +VERSION="0.2.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Openbox configuration plugin for LXappearance." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +#WGET_URL="$SF_MIRROR/lxde/LXAppearance%20Obconf/$TARBALL" 1.13 +WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL" 1.14 +WEB_SITE="http://lxde.org/" 1.15 + 1.16 +DEPENDS="openbox lxappearance" 1.17 +BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \ 1.18 +libtool automake autoconf intltool fontconfig-dev gtk+-dev expat-dev \ 1.19 +util-linux-ng-uuid-dev imlib2-dev lxappearance-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + cd $src 1.25 + ./configure \ 1.26 + --sysconfdir=/etc \ 1.27 + $CONFIGURE_ARGS && 1.28 + make && make install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr/share 1.35 + cp -a $install/usr/lib $fs/usr 1.36 + cp -a $install/usr/share/lxappearance $fs/usr/share 1.37 + rm -f $fs/usr/lib/lxappearance/*.*a 1.38 +}