wok view lxappearance/receipt @ rev 18103

Up bash (4.3.39)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 10:50:13 2015 +0200 (2015-06-01)
parents 523db8f94fcb
children 0147dd6a652b
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance"
4 VERSION="0.5.5"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE GTK+ theme switcher"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://lxde.sourceforge.net/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
12 TAGS="LXDE"
13 HOST_ARCH="i486 arm"
15 DEPENDS="gtk+"
16 BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --sysconfdir=/etc \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/share/applications $fs/usr/share
33 cp -a $install/usr/share/lxappearance $fs/usr/share
34 }