wok-next view lxtask/receipt @ rev 18102
ppp/pppnc: udp instead of tcp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 01 10:13:14 2015 +0200 (2015-06-01) |
parents | c73f683146cf |
children | aef69ec23a2f |
line source
1 # SliTaz package receipt.
3 PACKAGE="lxtask"
4 VERSION="0.1.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="LXDE task manager"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://lxde.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
12 TAGS="LXDE"
13 HOST_ARCH="i486 arm"
15 DEPENDS="gtk+ xorg-libXdamage"
16 BUILD_DEPENDS="gtk+-dev xorg-libXdamage-dev xorg-xproto"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 }