wok-undigest view lxappearance-obconf/receipt @ rev 571

Add autoblog
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 18 22:05:28 2011 +0100 (2011-11-18)
parents a1dc4b11aec7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-obconf"
4 VERSION="0.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Openbox configuration plugin for LXappearance."
7 MAINTAINER="gokhlayeh@mailoo.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WGET_URL="$SF_MIRROR/lxde/LXAppearance%20Obconf/$TARBALL"
10 DEPENDS="lxappearance openbox"
11 BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \
12 libtool automake autoconf intltool fontconfig-dev gtk+-dev lxappearance-dev \
13 util-linux-ng-uuid-dev expat-dev"
14 WEB_SITE="http://lxde.org"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 sed '/no/d' -i po/LINGUAS
21 ./autogen.sh --prefix=/usr --sysconfdir=/etc
22 ./configure \
23 --prefix=/usr \
24 --sysconfdir=/etc \
25 $CONFIGURE_ARGS &&
26 make &&
27 make DESTDIR=$PWD/_pkg install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr
34 cp -a $_pkg/usr/* $fs/usr
35 }