wok annotate lxmenu-data/receipt @ rev 11000

Up: ssmtp to 2.64.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 02:57:44 2011 +0000 (2011-10-13)
parents 023b4c1e9cee
children a55d1788b231
rev   line source
rcx@3623 1 # SliTaz package receipt.
rcx@3623 2
rcx@3623 3 PACKAGE="lxmenu-data"
rcx@3718 4 VERSION="0.1.1"
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 }