wok view oxygen-gtk/receipt @ rev 20194

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents d0fd3d699ee3
children 6c19de92f594
line source
1 # SliTaz package receipt.
3 PACKAGE="oxygen-gtk"
4 VERSION="1.4.5"
5 CATEGORY="customization"
6 SHORT_DESC="Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to GTK"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 BRANCH="$VERSION"
12 WGET_URL="git|git://anongit.kde.org/oxygen-gtk"
14 DEPENDS="atk bzlib cairo fontconfig freetype gcc-lib-base gdk-pixbuf glib \
15 glibc-base gtk+ libffi libgio libxml2 pango pcre xorg-libX11 zlib"
16 BUILD_DEPENDS="git cmake xorg-libX11-dev gtk+-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir build; cd build
22 cmake .. &&
23 make &&
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }