wok-next view gtk3-engine-unico/receipt @ rev 20487

nareto: update config.ini.php path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:58:05 2018 +0100 (2018-03-12)
parents 40fab26c175d
children d43bf7aae921
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk3-engine-unico"
4 VERSION="1.0.2"
5 CATEGORY="customization"
6 SHORT_DESC="Unico GTK3 theme engine"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://launchpad.net/unico"
11 TARBALL="unico-$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="gtk+3-dev wget libxml2-dev"
15 SPLIT="gtk3-engine-unico-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 --disable-debug \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 gtk3-engine-unico)
29 cp -a $install/* $fs
30 find $fs -name '*.*a' -delete
31 DEPENDS="gtk+3"
32 TAGS="gtk3"
33 ;;
34 *-dev)
35 cp -a $install/* $fs
36 find $fs -name '*.so' -delete
37 ;;
38 esac
39 }