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

wxWidgets: force enable graphics_ctx & unicode
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 23 19:05:41 2013 +0200 (2013-04-23)
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 }