wok view gtk3-engine-unico-dev/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents 66feb7f9e198
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk3-engine-unico-dev"
4 VERSION="1.0.2"
5 CATEGORY="development"
6 SHORT_DESC="Development files for Unico"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="https://launchpad.net/unico"
11 WANTED="gtk3-engine-unico"
12 DEPENDS="gtk3-engine-unico"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cp -a $install/* $fs
18 find $fs -name '*.so' -delete
19 }