wok-next diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libsmi/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="libsmi"
     1.7 +VERSION="0.5.0"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Library to access SMI management information"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2 BSD"
    1.12 +WEB_SITE="https://www.ibr.cs.tu-bs.de/projects/libsmi/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://www.ibr.cs.tu-bs.de/projects/libsmi/download/$TARBALL"
    1.16 +
    1.17 +SPLIT="$PACKAGE-dev"
    1.18 +COOKOPTS="skip-log-errors"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	./configure $CONFIGURE_ARGS &&
    1.22 +	fix libtool &&
    1.23 +	make &&
    1.24 +	make install
    1.25 +}
    1.26 +
    1.27 +genpkg_rules() {
    1.28 +	case $PACKAGE in
    1.29 +		*-dev) copy @dev;;
    1.30 +		*)     copy @std;;
    1.31 +	esac
    1.32 +}