wok-next annotate libpipeline/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents e7a485521d6a
children
rev   line source
al@19748 1 # SliTaz package receipt v2.
al@19581 2
al@19581 3 PACKAGE="libpipeline"
al@20905 4 VERSION="1.5.0"
al@19581 5 CATEGORY="system-tools"
al@19581 6 SHORT_DESC="Pipeline manipulation library"
al@19581 7 MAINTAINER="al.bobylev@gmail.com"
al@19581 8 LICENSE="GPL3"
al@19581 9 WEB_SITE="http://libpipeline.nongnu.org/"
al@20905 10 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/libpipeline.html"
al@19581 11
al@19581 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19581 13 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
al@19581 14
al@19581 15 BUILD_DEPENDS="check-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
al@19581 17
al@20436 18 compile_rules() {
al@20595 19 ./configure $CONFIGURE_ARGS &&
al@20595 20 fix libtool &&
al@20595 21 make &&
al@20595 22 make install
al@19581 23 }
al@19581 24
al@20436 25 genpkg_rules() {
al@19748 26 case $PACKAGE in
al@20436 27 libpipeline)
al@20436 28 copy @std
al@20436 29 TAGS="LFS"
al@20436 30 ;;
al@19748 31 *-dev) copy @dev;;
al@19748 32 esac
al@19581 33 }