wok-stable annotate lxmenu-data/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 50f89a1e4792
children
rev   line source
rcx@3623 1 # SliTaz package receipt.
rcx@3623 2
rcx@3623 3 PACKAGE="lxmenu-data"
devl547@11277 4 VERSION="0.1.2"
rcx@3623 5 CATEGORY="x-window"
rcx@3623 6 SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE."
rcx@3623 7 MAINTAINER="rcx@zoominternet.net"
slaxemulator@9143 8 BUILD_DEPENDS="gettext intltool"
rcx@3623 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
rcx@3623 10 WEB_SITE="http://www.lxde.org/"
rcx@3623 11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
rcx@3623 12 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
rcx@3623 13
rcx@3623 14 # Rules to configure and make the package.
rcx@3623 15 compile_rules()
rcx@3623 16 {
rcx@3623 17 cd $src
rcx@3623 18 ./configure \
rcx@3623 19 --prefix=/usr \
rcx@3623 20 --sysconfdir=/etc \
rcx@3623 21 $CONFIGURE_ARGS &&
rcx@3623 22 make &&
rcx@3623 23 make DESTDIR=$PWD/_pkg install
rcx@3623 24 }
rcx@3623 25
rcx@3623 26 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3623 27 genpkg_rules()
rcx@3623 28 {
rcx@3623 29 mkdir -p $fs
rcx@3623 30 cp -a $_pkg/usr $fs
rcx@3623 31 cp -a $_pkg/etc $fs
rcx@3623 32 }