wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libpipeline"
4 VERSION="1.4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Pipeline manipulation library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://libpipeline.nongnu.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="check-dev"
15 SPLIT="libpipeline-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 libpipeline) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }