wok view emerald-themes/receipt @ rev 19967
Up sudo (1.8.20p2), CVE-2017-1367
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 02 09:47:52 2017 +0200 (2017-06-02) |
parents | a17c9d3ed9ba |
children | aa514ab6f5bf |
line source
1 # SliTaz package receipt.
3 PACKAGE="emerald-themes"
4 VERSION="0.8.12.1"
5 CATEGORY="customization"
6 SHORT_DESC="Themes for Emerald"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://github.com/compiz-reloaded"
11 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
13 DEPENDS="xorg-libX11 emerald"
14 BUILD_DEPENDS="xorg-dev gtk+-dev autoconf automake libtool"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mv $install/* $fs
27 }