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

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
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 }