wok-next view libsmi/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
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsmi"
4 VERSION="0.5.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library to access SMI management information"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 BSD"
9 WEB_SITE="https://www.ibr.cs.tu-bs.de/projects/libsmi/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://www.ibr.cs.tu-bs.de/projects/libsmi/download/$TARBALL"
14 SPLIT="$PACKAGE-dev"
15 COOKOPTS="skip-log-errors"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 *-dev) copy @dev;;
27 *) copy @std;;
28 esac
29 }