wok-next annotate udpcast/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 9ee8f405f17f
children
rev   line source
pascal@1859 1 # SliTaz package receipt.
pascal@1859 2
pascal@1859 3 PACKAGE="udpcast"
erjo@13430 4 VERSION="20120424"
pascal@1859 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Multicast file transfer"
pascal@1859 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15022 8 LICENSE="GPL2 BSD"
al@21020 9 WEB_SITE="http://udpcast.linux.lu/"
al@21020 10
pascal@1859 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1859 12 WGET_URL="${WEB_SITE}download/$TARBALL"
pascal@1859 13
pascal@19695 14 BUILD_DEPENDS="m4 perl"
erjo@13430 15
al@21020 16 compile_rules() {
al@21020 17 sed -i 's|#include "console.h"|#include <sys/select.h>\n&|' console.c
al@21020 18
al@21020 19 ./configure \
al@21020 20 --prefix=/usr \
al@21020 21 --infodir=/usr/share/info \
al@21020 22 --mandir=/usr/share/man \
al@21020 23 $CONFIGURE_ARGS &&
pascal@1859 24 make &&
erjo@13430 25 make install
pascal@1859 26 }
pascal@1859 27
al@21020 28 genpkg_rules() {
pascal@1859 29 mkdir -p $fs/usr
erjo@13430 30 cp -a $install/usr/sbin $fs/usr
pascal@1859 31 }