wok annotate compiz-plugins-unsupported-dev/receipt @ rev 18651

Add libtkimg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 02 13:32:37 2015 +0100 (2015-12-02)
parents
children 8e1f5fe117e6
rev   line source
pankso@15957 1 # SliTaz package receipt.
pankso@15957 2
pankso@15957 3 PACKAGE="compiz-plugins-unsupported-dev"
pankso@15957 4 VERSION="0.9.4"
pankso@15957 5 CATEGORY="development"
pankso@15957 6 SHORT_DESC="Compiz plugins-extra devel files."
pankso@15957 7 MAINTAINER="pankso@slitaz.org"
pankso@15957 8 LICENSE="GPL2"
pankso@15957 9 WEB_SITE="http://www.compiz.org/"
pankso@15957 10
pankso@15957 11 WANTED="compiz-plugins-unsupported"
pankso@15957 12 DEPENDS="pkg-config"
pankso@15957 13
pankso@15957 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@15957 15 genpkg_rules()
pankso@15957 16 {
pankso@15957 17 mkdir -p $fs/usr/lib $fs/usr/share
pankso@15957 18 cp -a $install/usr/include $fs/usr
pankso@15957 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@15957 20 }