wok-6.x annotate lxappearance-obconf/receipt @ rev 13905
Up busybox (1.21.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 21 11:38:30 2013 +0100 (2013-01-21) |
parents | 864b7dc83218 |
children | 380ffe05937a |
rev | line source |
---|---|
pankso@12468 | 1 # SliTaz package receipt. |
pankso@12468 | 2 |
pankso@12468 | 3 PACKAGE="lxappearance-obconf" |
pankso@12468 | 4 VERSION="0.2.0" |
pankso@12468 | 5 CATEGORY="x-window" |
pankso@12468 | 6 SHORT_DESC="Openbox configuration plugin for LXappearance." |
pankso@12468 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@12468 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@12468 | 9 #WGET_URL="$SF_MIRROR/lxde/LXAppearance%20Obconf/$TARBALL" |
pankso@12468 | 10 WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL" |
pankso@12468 | 11 WEB_SITE="http://lxde.org/" |
pankso@12468 | 12 |
pankso@12468 | 13 DEPENDS="openbox lxappearance" |
pankso@12468 | 14 BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \ |
pankso@12468 | 15 libtool automake autoconf intltool fontconfig-dev gtk+-dev expat-dev \ |
pankso@12481 | 16 util-linux-uuid-dev imlib2-dev lxappearance-dev" |
pankso@12468 | 17 |
pankso@12468 | 18 # Rules to configure and make the package. |
pankso@12468 | 19 compile_rules() |
pankso@12468 | 20 { |
pankso@12468 | 21 cd $src |
pankso@12468 | 22 ./configure \ |
pankso@12468 | 23 --sysconfdir=/etc \ |
pankso@12468 | 24 $CONFIGURE_ARGS && |
pankso@12468 | 25 make && make install |
pankso@12468 | 26 } |
pankso@12468 | 27 |
pankso@12468 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@12468 | 29 genpkg_rules() |
pankso@12468 | 30 { |
pankso@12468 | 31 mkdir -p $fs/usr/share |
pankso@12468 | 32 cp -a $install/usr/lib $fs/usr |
pankso@12468 | 33 cp -a $install/usr/share/lxappearance $fs/usr/share |
pankso@12468 | 34 rm -f $fs/usr/lib/lxappearance/*.*a |
pankso@12468 | 35 } |