wok view compiz-bcop/receipt @ rev 23005

libassuan: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 02 18:45:06 2020 +0100 (2020-03-02)
parents 8e1f5fe117e6
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-bcop"
4 VERSION="0.8.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz option code generator."
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/compiz-reloaded"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
14 DEPENDS="compiz-core libxslt xorg-libX11"
15 BUILD_DEPENDS="compiz-core-dev libtool libxslt-dev
16 startup-notification-dev xorg-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure --prefix=/usr &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }