wok view oxygen-gtk/receipt @ rev 19126

Fill "customization" category in.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 09 21:59:10 2016 +0300 (2016-05-09)
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 }