wok-next annotate libpipeline/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents f7d9f142f79d
children 90a5eb560fd6
rev   line source
al@19748 1 # SliTaz package receipt v2.
al@19581 2
al@19581 3 PACKAGE="libpipeline"
al@19581 4 VERSION="1.4.1"
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@19581 10
al@19581 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19581 12 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
al@19581 13
al@19581 14 BUILD_DEPENDS="check-dev"
al@19748 15 SPLIT="libpipeline-dev"
al@19581 16
al@19581 17 # Rules to configure and make the package.
al@19581 18 compile_rules()
al@19581 19 {
al@19581 20 ./configure $CONFIGURE_ARGS && make && make install
al@19581 21 }
al@19581 22
al@19581 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19581 24 genpkg_rules()
al@19581 25 {
al@19748 26 case $PACKAGE in
al@19748 27 libpipeline) copy @std;;
al@19748 28 *-dev) copy @dev;;
al@19748 29 esac
al@19581 30 }