wok annotate lxappearance-obconf/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents 73641efed1cc
children 523db8f94fcb
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"
pascal@15000 8 LICENSE="GPL2"
pankso@12468 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@12468 10 #WGET_URL="$SF_MIRROR/lxde/LXAppearance%20Obconf/$TARBALL"
pankso@12468 11 WGET_URL="http://l10n.bsnet.se/~brother/lxde_releases/$TARBALL"
pankso@12468 12 WEB_SITE="http://lxde.org/"
pankso@12468 13
pankso@12468 14 DEPENDS="openbox lxappearance"
pankso@12468 15 BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \
pankso@12468 16 libtool automake autoconf intltool fontconfig-dev gtk+-dev expat-dev \
pankso@12481 17 util-linux-uuid-dev imlib2-dev lxappearance-dev"
pankso@12468 18
pankso@12468 19 # Rules to configure and make the package.
pankso@12468 20 compile_rules()
pankso@12468 21 {
pankso@12468 22 cd $src
pankso@12468 23 ./configure \
pankso@12468 24 --sysconfdir=/etc \
pankso@12468 25 $CONFIGURE_ARGS &&
pankso@12468 26 make && make install
pankso@12468 27 }
pankso@12468 28
pankso@12468 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12468 30 genpkg_rules()
pankso@12468 31 {
pankso@12468 32 mkdir -p $fs/usr/share
pankso@12468 33 cp -a $install/usr/lib $fs/usr
pankso@12468 34 cp -a $install/usr/share/lxappearance $fs/usr/share
pankso@12468 35 rm -f $fs/usr/lib/lxappearance/*.*a
pankso@12468 36 }