wok-next view libdnet/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents c3a368c0cddb
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libdnet"
4 VERSION="1.12"
5 CATEGORY="network"
6 SHORT_DESC="A simplified, portable interface to serveral low-level networking \
7 routines"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="BSD"
10 WEB_SITE="http://code.google.com/p/libdnet/"
12 TARBALL="$PACKAGE-$VERSION.tgz"
13 WGET_URL="http://libdnet.googlecode.com/files/$TARBALL"
15 BUILD_DEPENDS="python python-dev"
16 SPLIT="libdnet-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libdnet)
28 copy @std
29 DEPENDS="python"
30 ;;
31 *-dev)
32 copy @dev
33 ;;
34 esac
35 }