wok annotate lxshortcut/receipt @ rev 17988

Update LXDE stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 01:34:37 2015 +0300 (2015-04-23)
parents 2b9f96603415
children c9e270dd464f
rev   line source
rcx@3621 1 # SliTaz package receipt.
rcx@3621 2
rcx@3621 3 PACKAGE="lxshortcut"
al@17988 4 VERSION="0.1.2"
rcx@3621 5 CATEGORY="x-window"
rcx@3621 6 SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec."
rcx@3621 7 MAINTAINER="rcx@zoominternet.net"
pascal@14999 8 LICENSE="GPL3"
pascal@14999 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14999 10 WEB_SITE="http://www.lxde.org/"
pascal@14999 11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
pascal@14999 12
rcx@3621 13 DEPENDS="glib glibc-base libgio expat zlib \
rcx@3621 14 gtk+ atk cairo pango pixman libpng fontconfig freetype \
rcx@3621 15 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender"
slaxemulator@9143 16 BUILD_DEPENDS="pkg-config gettext intltool gtk+-dev \
rcx@3621 17 xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev"
rcx@3621 18
rcx@3621 19 # Rules to configure and make the package.
rcx@3621 20 compile_rules()
rcx@3621 21 {
al@17988 22 ## Fix infinite loop.
al@17988 23 #touch po/stamp-it
rcx@3621 24 ./configure \
rcx@3621 25 --prefix=/usr \
rcx@3621 26 --sysconfdir=/etc \
rcx@3621 27 $CONFIGURE_ARGS &&
rcx@3621 28 make &&
pascal@14999 29 make DESTDIR=$DESTDIR install
rcx@3621 30 }
rcx@3621 31
rcx@3621 32 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3621 33 genpkg_rules()
rcx@3621 34 {
rcx@3621 35 mkdir -p $fs/usr/share
pascal@14999 36 cp -a $install/usr/bin $fs/usr
pascal@14999 37 cp -a $install/usr/share/lxshortcut $fs/usr/share
rcx@3621 38 }