wok-next annotate radiusclient-ng/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 7506b35e1c6f
children
rev   line source
al@20462 1 # SliTaz package receipt v2.
pascal@1176 2
pascal@1176 3 PACKAGE="radiusclient-ng"
pascal@1176 4 VERSION="0.5.6"
pascal@1176 5 CATEGORY="system-tools"
al@20462 6 SHORT_DESC="RADIUS Client Library"
pascal@1176 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="BSD"
al@20909 9 WEB_SITE="https://sourceforge.net/projects/radiusclient-ng.berlios/"
al@20462 10
pascal@1176 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20909 12 WGET_URL="http://download.berlios.de/radiusclient-ng/$TARBALL" # FIXME
pascal@1176 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@20462 15
al@20462 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20604 18 fix libtool &&
al@20462 19 make &&
al@21020 20 make -j1 DESTDIR=$install install
pascal@1176 21 }
pascal@1176 22
al@20462 23 genpkg_rules() {
al@20462 24 case $PACKAGE in
al@20534 25 radiusclient-ng) copy @std;;
al@20534 26 *-dev) copy @dev;;
al@20462 27 esac
pascal@1176 28 }
pascal@1176 29