wok-current view gtk3-engine-unico-dev/receipt @ rev 17676
rogue: add missing -ltinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 18 11:35:54 2015 +0100 (2015-02-18) |
parents | 68d68791ced5 |
children |
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="LGPL2.1"
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 }