wok view compiz-plugins-main-dev/receipt @ rev 19166
gst-plugins-good: move more files to extra pkg
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun May 29 00:06:26 2016 +0200 (2016-05-29) |
parents | 380ffe05937a |
children | 8e1f5fe117e6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-plugins-main-dev"
4 VERSION="0.9.4"
5 CATEGORY="development"
6 SHORT_DESC="Compiz plugins-main devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="compiz-plugins-main"
10 WEB_SITE="http://www.compiz.org/"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }