wok annotate lxappearance/receipt @ rev 14574

eet: Up to 1.7.7
author Dominique Corbex <domcox@slitaz.org>
date Sat May 25 12:38:42 2013 +0200 (2013-05-25)
parents 5e52034511d0
children 380ffe05937a
rev   line source
pankso@510 1 # SliTaz package receipt.
pankso@510 2
pankso@510 3 PACKAGE="lxappearance"
al@13694 4 VERSION="0.5.2"
pankso@510 5 CATEGORY="x-window"
pankso@510 6 SHORT_DESC="Desktop setting configuration utility from LXDE."
pankso@510 7 MAINTAINER="pankso@slitaz.org"
al@13694 8 WEB_SITE="http://lxde.sourceforge.net/"
pankso@510 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@510 10 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@13719 11
al@13719 12 DEPENDS="gtk+"
al@13694 13 BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
pankso@510 14
pankso@510 15 # Rules to configure and make the package.
pankso@510 16 compile_rules()
pankso@510 17 {
pankso@510 18 cd $src
al@13694 19 ./configure $CONFIGURE_ARGS --sysconfdir=/etc &&
al@13694 20 make &&
al@13719 21 make install
pankso@510 22 }
pankso@510 23
pankso@510 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@510 25 genpkg_rules()
pankso@510 26 {
al@13694 27 mkdir -p $fs/usr/share
al@13694 28 cp -a $install/usr/bin $fs/usr
al@13694 29 cp -a $install/usr/share/applications $fs/usr/share
al@13694 30 cp -a $install/usr/share/lxappearance $fs/usr/share
pankso@510 31 }