wok view lxmenu-data/receipt @ rev 4681

Up: babl (0.1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 14:21:06 2009 +0100 (2009-12-30)
parents f778c92b30d5
children 50f89a1e4792
line source
1 # SliTaz package receipt.
3 PACKAGE="lxmenu-data"
4 VERSION="0.1.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS=""
9 BUILD_DEPENDS="slitaz-toolchain gettext intltool"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.lxde.org/"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
13 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 --sysconfdir=/etc \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs
31 cp -a $_pkg/usr $fs
32 cp -a $_pkg/etc $fs
33 }