wok-undigest diff lxappearance-obconf/receipt @ rev 176

rm fftw*: moved to wok
author Rohit Joshi <jozee@slitaz.org>
date Tue Oct 19 21:04:35 2010 -0400 (2010-10-19)
parents
children 6993bab07a26
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxappearance-obconf/receipt	Tue Oct 19 21:04:35 2010 -0400
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lxappearance-obconf"
     1.7 +VERSION="git"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Openbox configuration plugin for LXappearance."
    1.10 +MAINTAINER="gokhlayeh@mailoo.org"
    1.11 +DEPENDS="lxappearance openbox"
    1.12 +BUILD_DEPENDS="openbox-dev xorg-dev libxcb-dev glib-dev libxml2-dev \
    1.13 +libtool git automake autoconf intltool fontconfig-dev gtk+-dev lxappearance \
    1.14 +util-linux-ng-uuid-dev expat-dev"
    1.15 +WEB_SITE="http://lxde.org"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	git clone git://lxde.git.sourceforge.net/gitroot/lxde/lxappearance-obconf $src
    1.21 +	cd $src
    1.22 +	sed '/no/d' -i po/LINGUAS
    1.23 +	./autogen.sh --prefix=/usr --sysconfdir=/etc
    1.24 +	./configure \
    1.25 +		--prefix=/usr \
    1.26 +		--sysconfdir=/etc \
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29 +	make DESTDIR=$PWD/_pkg install
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +    mkdir -p $fs/usr
    1.36 +    cp -a $_pkg/usr/* $fs/usr
    1.37 +}