wok-next annotate xget/receipt @ rev 21268

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-06)
parents 1f8d622f0165
children
rev   line source
al@20617 1 # SliTaz package receipt v2.
pascal@11204 2
pascal@11204 3 PACKAGE="xget"
pascal@11204 4 VERSION="1.2.3"
pascal@11204 5 CATEGORY="network"
al@20617 6 SHORT_DESC="Scalable file-transfer agent"
pascal@11204 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="MIT GPL"
al@20617 9 WEB_SITE="http://xcpu.sourceforge.net/xget/"
pascal@11204 10
al@20617 11 TARBALL="xcpu1-$VERSION.tar.gz"
al@20617 12 WGET_URL="$SF_MIRROR/xcpu/$TARBALL"
pascal@11204 13
al@20617 14 BUILD_DEPENDS="openssl10-dev elfutils-dev zlib-dev"
al@20617 15
al@20617 16 compile_rules() {
al@20617 17 sed -i '/^CFLAGS/ s|$| -I/usr/include/openssl-1.0|' \
al@20617 18 libxauth/Makefile statfs/Makefile
pascal@20130 19 sed -i 's|<stdio.h>|&\n#include <sys/resource.h>|' xcpufs/xcpufs.c
al@20617 20
al@21020 21 make -j1 &&
al@21020 22 make INSTALLPREFIX=$install/usr install || return 1
al@20617 23
al@20617 24 cook_pick_docs doc/*.pdf
pascal@11204 25 }
pascal@11204 26
al@20617 27 genpkg_rules() {
al@20617 28 copy @std
al@20617 29 DEPENDS="zlib"
pascal@11204 30 }