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

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
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 }