wok-next annotate libpipeline-dev/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents
children
rev   line source
al@19581 1 # SliTaz package receipt.
al@19581 2
al@19581 3 PACKAGE="libpipeline-dev"
al@19581 4 VERSION="1.4.1"
al@19581 5 CATEGORY="development"
al@19581 6 SHORT_DESC="Pipeline manipulation library (development files)"
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 WANTED="libpipeline"
al@19581 12 DEPENDS="libpipeline"
al@19581 13
al@19581 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19581 15 genpkg_rules()
al@19581 16 {
al@19581 17 cook_copy_files *.h *.la *.pc
al@19581 18 }