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

syslinux/iso2exe: do not overload (setup) version in bootlinux.c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 04 11:19:19 2013 +0200 (2013-04-04)
parents
children 68d68791ced5
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="GPL"
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 }