wok view lxshortcut/receipt @ rev 23801

created recipes for xcb-util-cursor and xcb-util-cursor-dev
author Hans-G?nter Theisgen
date Sun May 24 07:21:45 2020 +0100 (2020-05-24)
parents c9e270dd464f
children ee53899c6189
line source
1 # SliTaz package receipt.
3 PACKAGE="lxshortcut"
4 VERSION="0.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE application shortcut editor"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://wiki.lxde.org/en/LXPanel"
11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
12 TAGS="LXDE"
14 DEPENDS="glib glibc-base libgio expat zlib \
15 gtk+ atk cairo pango pixman libpng fontconfig freetype \
16 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender"
17 BUILD_DEPENDS="pkg-config gettext intltool gtk+-dev \
18 xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ## Fix infinite loop.
24 #touch po/stamp-it
25 ./configure \
26 --prefix=/usr \
27 --sysconfdir=/etc \
28 $CONFIGURE_ARGS &&
29 make &&
30 make DESTDIR=$DESTDIR install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 mkdir -p $fs/usr/share
37 cp -a $install/usr/bin $fs/usr
38 cp -a $install/usr/share/lxshortcut $fs/usr/share
39 }