wok-undigest view lxappearance-obconf/receipt @ rev 318
dia: Fixed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jun 10 08:48:35 2011 +0800 (2011-06-10) |
parents | |
children | 6993bab07a26 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lxappearance-obconf"
4 VERSION="git"
5 CATEGORY="x-window"
6 SHORT_DESC="Openbox configuration plugin for LXappearance."
7 MAINTAINER="gokhlayeh@mailoo.org"
8 DEPENDS="lxappearance openbox"
9 BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \
10 libtool git automake autoconf intltool fontconfig-dev gtk+-dev lxappearance \
11 util-linux-ng-uuid-dev expat-dev"
12 WEB_SITE="http://lxde.org"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 git clone git://lxde.git.sourceforge.net/gitroot/lxde/lxappearance-obconf $src
18 cd $src
19 sed '/no/d' -i po/LINGUAS
20 ./autogen.sh --prefix=/usr --sysconfdir=/etc
21 ./configure \
22 --prefix=/usr \
23 --sysconfdir=/etc \
24 $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$PWD/_pkg install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr
33 cp -a $_pkg/usr/* $fs/usr
34 }