wok view lxmenu-data/receipt @ rev 7189

Up: alsaplayer to 0.99.81.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 08 22:56:00 2010 +0000 (2010-11-08)
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 }