wok-4.x annotate lxmenu-data/receipt @ rev 5626
Add: xfburn
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu May 27 18:47:00 2010 +0000 (2010-05-27) |
parents | f778c92b30d5 |
children | 50f89a1e4792 |
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" |
rcx@3623 | 8 DEPENDS="" |
rcx@3623 | 9 BUILD_DEPENDS="slitaz-toolchain gettext intltool" |
rcx@3623 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
rcx@3623 | 11 WEB_SITE="http://www.lxde.org/" |
rcx@3623 | 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
rcx@3623 | 13 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu" |
rcx@3623 | 14 |
rcx@3623 | 15 # Rules to configure and make the package. |
rcx@3623 | 16 compile_rules() |
rcx@3623 | 17 { |
rcx@3623 | 18 cd $src |
rcx@3623 | 19 ./configure \ |
rcx@3623 | 20 --prefix=/usr \ |
rcx@3623 | 21 --sysconfdir=/etc \ |
rcx@3623 | 22 $CONFIGURE_ARGS && |
rcx@3623 | 23 make && |
rcx@3623 | 24 make DESTDIR=$PWD/_pkg install |
rcx@3623 | 25 } |
rcx@3623 | 26 |
rcx@3623 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3623 | 28 genpkg_rules() |
rcx@3623 | 29 { |
rcx@3623 | 30 mkdir -p $fs |
rcx@3623 | 31 cp -a $_pkg/usr $fs |
rcx@3623 | 32 cp -a $_pkg/etc $fs |
rcx@3623 | 33 } |