wok view xget/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 9f73b90cad5a
children ad86373a4a8c
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 LICENSE="MIT GPL"
10 TARBALL="${SOURCE}1-$VERSION.tar.gz"
11 WEB_SITE="http://xcpu.sourceforge.net/xget"
12 WGET_URL="$SF_MIRROR/xcpu/$VERSION/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="openssl openssl-dev elfutils-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make -j 1 &&
22 make INSTALLPREFIX=$DESTDIR/usr install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/sbin
29 cp -a $install/usr/sbin/xget $fs/usr/sbin
30 }