wok-next annotate libpipeline/receipt @ rev 19714

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
parents
children 2f73953f6cee
rev   line source
al@19581 1 # SliTaz package receipt.
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@19581 15
al@19581 16 # Rules to configure and make the package.
al@19581 17 compile_rules()
al@19581 18 {
al@19581 19 ./configure $CONFIGURE_ARGS && make && make install
al@19581 20 }
al@19581 21
al@19581 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19581 23 genpkg_rules()
al@19581 24 {
al@19581 25 cook_copy_files *.so*
al@19581 26 }