wok view xget/receipt @ rev 11380

Improvement: libwebkit doesn't need -j1 to compile anymore
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 03:55:28 2011 +0100 (2011-12-10)
parents
children 9f73b90cad5a
line source
1 # SliTaz package receipt.
3 PACKAGE="xget"
4 SOURCE="xcpu"
5 VERSION="1.2.3"
6 CATEGORY="network"
7 SHORT_DESC="Scalable file-transfer agent."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 TARBALL="${SOURCE}1-$VERSION.tar.gz"
10 WEB_SITE="http://xcpu.sourceforge.net/xget"
11 WGET_URL="$SF_MIRROR/xcpu/$VERSION/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="openssl-dev elfutils-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make -j 1 &&
21 make INSTALLPREFIX=$DESTDIR/usr install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/sbin
28 cp -a $_pkg/usr/sbin/xget $fs/usr/sbin
29 }